Uses of Class
antlr.ASTFactory
-
Packages that use ASTFactory Package Description antlr -
-
Uses of ASTFactory in antlr
Fields in antlr declared as ASTFactory Modifier and Type Field Description protected ASTFactoryParser. astFactoryAST support code; parser delegates to this object.protected ASTFactoryTreeParser. astFactoryAST support code; parser and treeparser delegate to this objectMethods in antlr that return ASTFactory Modifier and Type Method Description ASTFactoryParser. getASTFactory()ASTFactoryTreeParser. getASTFactory()Methods in antlr with parameters of type ASTFactory Modifier and Type Method Description voidParser. setASTFactory(ASTFactory f)Specify an object with support code (shared by Parser and TreeParser.voidTreeParser. setASTFactory(ASTFactory f)Specify an object with support code (shared by Parser and TreeParser.
-