antlr-d v1.6.7 (2020-02-12T09:00:42Z)
Dub
Repo
ParserInterpreter.this
antlr
v4
runtime
ParserInterpreter
ParserInterpreter
Undocumented in source.
this
(string grammarFileName, string[] tokenNames, string[] ruleNames, ATN atn, TokenStream input)
this
(string grammarFileName, Vocabulary vocabulary, string[] ruleNames, ATN atn, TokenStream input)
class
ParserInterpreter
this
(
string
grammarFileName
,
Vocabulary
vocabulary
,
string
[]
ruleNames
,
ATN
atn
,
TokenStream
input
)
Meta
Source
See Implementation
antlr
v4
runtime
ParserInterpreter
ParserInterpreter
constructors
this
functions
addDecisionOverride
createInterpreterRuleContext
enterRecursionRule
getATN
getATNState
getGrammarFileName
getOverrideDecisionRoot
getRootContext
getRuleNames
getTokenNames
getVocabulary
parse
recover
recoverInline
reset
visitDecisionState
visitRuleStopState
visitState
variables
_parentContextStack
atn
decisionToDFA
grammarFileName
overrideDecision
overrideDecisionAlt
overrideDecisionInputIndex
overrideDecisionReached
overrideDecisionRoot
rootContext
ruleNames
sharedContextCache
tokenNames