Uses of Class
antlr.ASTPair

Packages that use ASTPair
antlr   
 

Uses of ASTPair in antlr
 

Methods in antlr that return ASTPair
 ASTPair ASTPair.copy()
          Copy an ASTPair.
 

Methods in antlr with parameters of type ASTPair
 void ASTFactory.addASTChild(ASTPair currentAST, AST child)
          Add a child to the current AST
 void ASTFactory.makeASTRoot(ASTPair currentAST, AST root)
          Make an AST the root of current AST