C# Класс Antlr4.Runtime.LexerInterpreter

Наследование: Lexer
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
decisionToDFA Antlr4.Runtime.Dfa.DFA[]
sharedContextCache Antlr4.Runtime.Atn.PredictionContextCache

Открытые методы

Метод Описание
LexerInterpreter ( string grammarFileName, IVocabulary vocabulary, IEnumerable ruleNames, IEnumerable modeNames, ATN atn, ICharStream input ) : System

Описание методов

LexerInterpreter() публичный метод

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
Результат System

Описание свойств

decisionToDFA защищенное свойство

protected DFA[],Antlr4.Runtime.Dfa decisionToDFA
Результат Antlr4.Runtime.Dfa.DFA[]

sharedContextCache защищенное свойство

protected PredictionContextCache,Antlr4.Runtime.Atn sharedContextCache
Результат Antlr4.Runtime.Atn.PredictionContextCache