public class ParserFile extends OutputFile
Modifier and Type | Field and Description |
---|---|
ActionChunk |
contextSuperClass |
String |
exportMacro |
boolean |
genListener |
String |
genPackage |
boolean |
genVisitor |
String |
grammarName |
Map<String,Action> |
namedActions |
Parser |
parser |
ANTLRVersion, fileName, grammarFileName, InputSymbolType, TokenLabelType
ast, factory
Constructor and Description |
---|
ParserFile(OutputModelFactory factory,
String fileName) |
public String genPackage
public String exportMacro
public boolean genListener
public boolean genVisitor
public Parser parser
public ActionChunk contextSuperClass
public String grammarName
public ParserFile(OutputModelFactory factory, String fileName)
Copyright © 1992–2020 ANTLR. All rights reserved.