C# Class Antlr4.Runtime.LexerInterpreter

Inheritance: Lexer
Show file Open project: antlr/antlr4

Protected Properties

Property Type Description
decisionToDFA Antlr4.Runtime.Dfa.DFA[]
sharedContextCache Antlr4.Runtime.Atn.PredictionContextCache

Public Methods

Method Description
LexerInterpreter ( string grammarFileName, IVocabulary vocabulary, IEnumerable ruleNames, IEnumerable modeNames, ATN atn, ICharStream input ) : System

Method Details

LexerInterpreter() public method

public LexerInterpreter ( string grammarFileName, IVocabulary vocabulary, IEnumerable ruleNames, IEnumerable modeNames, ATN atn, ICharStream input ) : System
grammarFileName string
vocabulary IVocabulary
ruleNames IEnumerable
modeNames IEnumerable
atn Antlr4.Runtime.Atn.ATN
input ICharStream
return System

Property Details

decisionToDFA protected property

protected DFA[],Antlr4.Runtime.Dfa decisionToDFA
return Antlr4.Runtime.Dfa.DFA[]

sharedContextCache protected property

protected PredictionContextCache,Antlr4.Runtime.Atn sharedContextCache
return Antlr4.Runtime.Atn.PredictionContextCache