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