C# 클래스 Antlr4.Runtime.LexerInterpreter

상속: Lexer
파일 보기 프로젝트 열기: antlr/antlr4

보호된 프로퍼티들

프로퍼티 타입 설명
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