Package | Description |
---|---|
org.antlr.v4.codegen | |
org.antlr.v4.codegen.model |
Modifier and Type | Method and Description |
---|---|
ParserFile |
CodeGeneratorExtension.parserFile(ParserFile f) |
ParserFile |
OutputModelController.parserFile(String fileName) |
ParserFile |
BlankOutputModelFactory.parserFile(String fileName) |
ParserFile |
ParserFactory.parserFile(String fileName) |
ParserFile |
OutputModelFactory.parserFile(String fileName) |
Modifier and Type | Method and Description |
---|---|
Parser |
OutputModelController.parser(ParserFile file) |
Parser |
BlankOutputModelFactory.parser(ParserFile file) |
Parser |
ParserFactory.parser(ParserFile file) |
Parser |
OutputModelFactory.parser(ParserFile file) |
ParserFile |
CodeGeneratorExtension.parserFile(ParserFile f) |
Modifier and Type | Field and Description |
---|---|
ParserFile |
Parser.file |
Constructor and Description |
---|
Parser(OutputModelFactory factory,
ParserFile file) |
Copyright © 1992–2020 ANTLR. All rights reserved.