Uses of Class
antlr.ASTPair
-
Packages that use ASTPair Package Description antlr -
-
Uses of ASTPair in antlr
Methods in antlr that return ASTPair Modifier and Type Method Description ASTPair
ASTPair. copy()
Copy an ASTPair.Methods in antlr with parameters of type ASTPair Modifier and Type Method Description void
ASTFactory. addASTChild(ASTPair currentAST, AST child)
Add a child to the current ASTvoid
ASTFactory. makeASTRoot(ASTPair currentAST, AST root)
Make an AST the root of current AST
-