Package | Description |
---|---|
antlr |
Modifier and Type | Field and Description |
---|---|
protected ASTFactory |
TreeParser.astFactory
AST support code; parser and treeparser delegate to this object
|
protected ASTFactory |
Parser.astFactory
AST support code; parser delegates to this object.
|
Modifier and Type | Method and Description |
---|---|
ASTFactory |
TreeParser.getASTFactory() |
ASTFactory |
Parser.getASTFactory() |
Modifier and Type | Method and Description |
---|---|
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.
|