Uses of Class
org.apache.hadoop.hive.ql.parse.ASTNodeOrigin

Packages that use ASTNodeOrigin
org.apache.hadoop.hive.ql.parse   
 

Uses of ASTNodeOrigin in org.apache.hadoop.hive.ql.parse
 

Methods in org.apache.hadoop.hive.ql.parse that return ASTNodeOrigin
 ASTNodeOrigin ASTNode.getOrigin()
           
 

Methods in org.apache.hadoop.hive.ql.parse with parameters of type ASTNodeOrigin
static void ErrorMsg.renderOrigin(StringBuilder sb, ASTNodeOrigin origin)
           
 void ASTNode.setOrigin(ASTNodeOrigin origin)
          Tag this ASTNode with information about the object from which this node originated.
 



Copyright © 2010 The Apache Software Foundation