Uses of Class
antlr.ASTFactory
Packages that use ASTFactory
-
Uses of ASTFactory in antlr
Fields in antlr declared as ASTFactoryModifier and TypeFieldDescriptionprotected 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 ASTFactoryMethods in antlr with parameters of type ASTFactoryModifier and TypeMethodDescriptionvoidParser.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.