Uses of Class antlr.ASTPair

Uses in package antlr

Methods with parameter type antlr.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

Methods with return type antlr.ASTPair

ASTPair
Copy an ASTPair.