|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASTFactory | |
antlr |
Uses of ASTFactory in antlr |
Fields in antlr declared as ASTFactory | |
protected ASTFactory |
TreeParser.astFactory
AST support code; parser and treeparser delegate to this object |
protected ASTFactory |
Parser.astFactory
AST support code; parser and treeparser delegate to this object |
Methods in antlr that return ASTFactory | |
ASTFactory |
TreeParser.getASTFactory()
|
ASTFactory |
Parser.getASTFactory()
|
Methods in antlr with parameters of type ASTFactory | |
void |
TreeParser.setASTFactory(ASTFactory f)
Specify an object with support code (shared by Parser and TreeParser. |
void |
Parser.setASTFactory(ASTFactory f)
Specify an object with support code (shared by Parser and TreeParser. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |