public class Lexer extends OutputModelObject
Modifier and Type | Field and Description |
---|---|
LinkedHashMap<Rule,RuleActionFunction> |
actionFuncs |
SerializedATN |
atn |
LexerFile |
file |
String |
grammarFileName |
Collection<String> |
modes |
String |
name |
Set<String> |
ruleNames |
LinkedHashMap<Rule,RuleSempredFunction> |
sempredFuncs |
ActionChunk |
superClass |
String[] |
tokenNames |
Map<String,Integer> |
tokens |
ast, factory
Constructor and Description |
---|
Lexer(OutputModelFactory factory,
LexerFile file) |
public String name
public String grammarFileName
public LexerFile file
public String[] tokenNames
public Collection<String> modes
public ActionChunk superClass
public SerializedATN atn
public LinkedHashMap<Rule,RuleActionFunction> actionFuncs
public LinkedHashMap<Rule,RuleSempredFunction> sempredFuncs
public Lexer(OutputModelFactory factory, LexerFile file)
Copyright © 1992-2013 ANTLR. All Rights Reserved.