C# Class Antlr4.Runtime.LexerInterpreter

Inheritance: Lexer
Afficher le fichier Open project: antlr/antlr4

Protected Properties

Свойство Type Description
decisionToDFA Antlr4.Runtime.Dfa.DFA[]
sharedContextCache Antlr4.Runtime.Atn.PredictionContextCache

Méthodes publiques

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

Method Details

LexerInterpreter() public méthode

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
Résultat System

Property Details

decisionToDFA protected_oe property

protected DFA[],Antlr4.Runtime.Dfa decisionToDFA
Résultat Antlr4.Runtime.Dfa.DFA[]

sharedContextCache protected_oe property

protected PredictionContextCache,Antlr4.Runtime.Atn sharedContextCache
Résultat Antlr4.Runtime.Atn.PredictionContextCache