public class Lexer extends Recognizer
| Modifier and Type | Field and Description |
|---|---|
LinkedHashMap |
actionFuncs
|
Map |
channels
|
LexerFile |
file
|
Collection |
modes
|
atn, grammarFileName, grammarName, literalNames, name, ruleNames, rules, sempredFuncs, superClass, symbolicNames, tokenNames, tokensast, factory| Constructor and Description |
|---|
Lexer(OutputModelFactory
|
translateTokenStringsToTarget, translateTokenStringToTargetpublic LexerFilefile
public Collection<String > modes
public LinkedHashMap<Rule ,RuleActionFunction > actionFuncs
public Lexer(OutputModelFactoryfactory, LexerFile file)