Uses of Class
biz.hammurapi.antlr.AST

Packages that use AST
biz.hammurapi.antlr   
biz.hammurapi.eval   
 

Uses of AST in biz.hammurapi.antlr
 

Methods in biz.hammurapi.antlr that return AST
 AST AST.find(int type)
          Finds AST of given type in this AST and siblings.
 AST AST.findChild(int type)
          Finds child of given type.
 AST AST.getParent()
           
 AST AST.getPrevSibling()
           
 

Methods in biz.hammurapi.antlr with parameters of type AST
protected  void AST.setParent(AST parent)
           
protected  void AST.setPrevSibling(AST prevSibling)
           
protected  void AST.visit(java.lang.String[] tokenNames, AST node, int level, java.io.PrintStream out)
           
protected  void AST.visitAll(java.lang.String[] tokenNames, AST node, int level, java.io.PrintStream out)
           
 

Constructors in biz.hammurapi.antlr with parameters of type AST
AstVisualizable(AST ast, java.lang.String[] names)
           
 

Uses of AST in biz.hammurapi.eval
 

Constructors in biz.hammurapi.eval with parameters of type AST
EvaluationException(AST ast)
           
 



Copyright © 2003 Hammurapi Group. All Rights Reserved.