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 ASTPairASTPair. copy()Copy an ASTPair.Methods in antlr with parameters of type ASTPair Modifier and Type Method Description voidASTFactory. addASTChild(ASTPair currentAST, AST child)Add a child to the current ASTvoidASTFactory. makeASTRoot(ASTPair currentAST, AST root)Make an AST the root of current AST
-