Property | Type | Description | |
---|---|---|---|
debug | bool | ||
debug_list_atn_decisions | bool | ||
decisionToDFA | Antlr4.Runtime.Dfa.DFA[] | ||
dfa_debug | bool | ||
retry_debug | bool |
Property | Type | Description | |
---|---|---|---|
context | ParserRuleContext | ||
input | ITokenStream | ||
mergeCache | |||
parser | Parser | ||
startIndex | int | ||
thisDfa |
Method | Description | |
---|---|---|
AdaptivePredict ( ITokenStream input, int decision, ParserRuleContext outerContext ) : int | ||
ClearDFA ( ) : void | ||
DumpDeadEndConfigs ( NoViableAltException nvae ) : void | ||
GetLookaheadName ( ITokenStream input ) : string | ||
GetRuleName ( int index ) : string | ||
GetTokenName ( int t ) : string | ||
ParserATNSimulator ( |
||
ParserATNSimulator ( Parser parser, |
||
PrecedenceTransition ( |
||
Reset ( ) : void | ||
getParser ( ) : Parser |
Method | Description | |
---|---|---|
ActionTransition ( |
||
AddDFAEdge ( |
||
AddDFAState ( |
||
ApplyPrecedenceFilter ( ATNConfigSet configSet ) : ATNConfigSet | ||
CanDropLoopEntryEdgeInLeftRecursiveRule ( |
||
Closure ( |
||
ClosureCheckingStopState ( |
||
Closure_ ( |
||
ComputeReachSet ( ATNConfigSet closure, int t, bool fullCtx ) : ATNConfigSet | ||
ComputeStartState ( |
||
ComputeTargetState ( |
||
EvalSemanticContext ( PredPrediction predPredictions, ParserRuleContext outerContext, bool complete ) : |
||
EvalSemanticContext ( SemanticContext pred, ParserRuleContext parserCallStack, int alt, bool fullCtx ) : bool | ||
ExecATN ( |
||
ExecATNWithFullContext ( |
||
GetConflictingAlts ( ATNConfigSet configSet ) : |
||
GetConflictingAltsOrUniqueAlt ( ATNConfigSet configSet ) : |
||
GetEpsilonTarget ( |
||
GetExistingTargetState ( |
||
GetPredicatePredictions ( |
||
GetPredsForAmbigAlts ( |
||
GetReachableTarget ( |
||
GetSynValidOrSemInvalidAltThatFinishedDecisionEntryRule ( ATNConfigSet configs, ParserRuleContext outerContext ) : int | ||
GetUniqueAlt ( ATNConfigSet configSet ) : int | ||
NoViableAlt ( ITokenStream input, ParserRuleContext outerContext, ATNConfigSet configs, int startIndex ) : NoViableAltException | ||
PredTransition ( |
||
PredicateDFAState ( |
||
RemoveAllConfigsNotInRuleStopState ( ATNConfigSet configSet, bool lookToEndOfRule ) : ATNConfigSet | ||
ReportAmbiguity ( |
||
ReportAttemptingFullContext ( |
||
ReportContextSensitivity ( |
||
RuleTransition ( |
||
SplitAccordingToSemanticValidity ( ATNConfigSet configSet, ParserRuleContext outerContext ) : ATNConfigSet>.Pair |
||
getAltThatFinishedDecisionEntryRule ( ATNConfigSet configSet ) : int |
protected ActionTransition ( |
||
config | ||
t | ||
return |
public AdaptivePredict ( ITokenStream input, int decision, ParserRuleContext outerContext ) : int | ||
input | ITokenStream | |
decision | int | |
outerContext | ParserRuleContext | |
return | int |
protected AddDFAEdge ( |
||
dfa | ||
from | ||
t | int | |
to | ||
return |
protected AddDFAState ( |
||
dfa | ||
D | ||
return |
protected ApplyPrecedenceFilter ( ATNConfigSet configSet ) : ATNConfigSet | ||
configSet | ATNConfigSet | |
return | ATNConfigSet |
protected CanDropLoopEntryEdgeInLeftRecursiveRule ( |
||
config | ||
return | bool |
protected Closure ( |
||
config | ||
configs | ATNConfigSet | |
closureBusy | HashSet |
|
collectPredicates | bool | |
fullCtx | bool | |
treatEofAsEpsilon | bool | |
return | void |
protected ClosureCheckingStopState ( |
||
config | ||
configSet | ATNConfigSet | |
closureBusy | HashSet |
|
collectPredicates | bool | |
fullCtx | bool | |
depth | int | |
treatEofAsEpsilon | bool | |
return | void |
protected Closure_ ( |
||
config | ||
configs | ATNConfigSet | |
closureBusy | HashSet |
|
collectPredicates | bool | |
fullCtx | bool | |
depth | int | |
treatEofAsEpsilon | bool | |
return | void |
protected ComputeReachSet ( ATNConfigSet closure, int t, bool fullCtx ) : ATNConfigSet | ||
closure | ATNConfigSet | |
t | int | |
fullCtx | bool | |
return | ATNConfigSet |
protected ComputeStartState ( |
||
p | ||
ctx | RuleContext | |
fullCtx | bool | |
return | ATNConfigSet |
protected ComputeTargetState ( |
||
dfa | ||
previousD | ||
t | int | |
return |
public DumpDeadEndConfigs ( NoViableAltException nvae ) : void | ||
nvae | NoViableAltException | |
return | void |
protected EvalSemanticContext ( PredPrediction predPredictions, ParserRuleContext outerContext, bool complete ) : |
||
predPredictions | PredPrediction | |
outerContext | ParserRuleContext | |
complete | bool | |
return |
protected EvalSemanticContext ( SemanticContext pred, ParserRuleContext parserCallStack, int alt, bool fullCtx ) : bool | ||
pred | SemanticContext | |
parserCallStack | ParserRuleContext | |
alt | int | |
fullCtx | bool | |
return | bool |
protected ExecATN ( |
||
dfa | ||
s0 | ||
input | ITokenStream | |
startIndex | int | |
outerContext | ParserRuleContext | |
return | int |
protected ExecATNWithFullContext ( |
||
dfa | ||
D | ||
s0 | ATNConfigSet | |
input | ITokenStream | |
startIndex | int | |
outerContext | ParserRuleContext | |
return | int |
protected GetConflictingAlts ( ATNConfigSet configSet ) : |
||
configSet | ATNConfigSet | |
return |
protected GetConflictingAltsOrUniqueAlt ( ATNConfigSet configSet ) : |
||
configSet | ATNConfigSet | |
return |
protected GetEpsilonTarget ( |
||
config | ||
t | ||
collectPredicates | bool | |
inContext | bool | |
fullCtx | bool | |
treatEofAsEpsilon | bool | |
return |
protected GetExistingTargetState ( |
||
previousD | ||
t | int | |
return |
public GetLookaheadName ( ITokenStream input ) : string | ||
input | ITokenStream | |
return | string |
protected GetPredicatePredictions ( |
||
ambigAlts | ||
altToPred | SemanticContext | |
return | PredPrediction[] |
protected GetPredsForAmbigAlts ( |
||
ambigAlts | ||
configSet | ATNConfigSet | |
nalts | int | |
return | SemanticContext[] |
protected GetReachableTarget ( |
||
trans | ||
ttype | int | |
return |
protected GetSynValidOrSemInvalidAltThatFinishedDecisionEntryRule ( ATNConfigSet configs, ParserRuleContext outerContext ) : int | ||
configs | ATNConfigSet | |
outerContext | ParserRuleContext | |
return | int |
protected static GetUniqueAlt ( ATNConfigSet configSet ) : int | ||
configSet | ATNConfigSet | |
return | int |
protected NoViableAlt ( ITokenStream input, ParserRuleContext outerContext, ATNConfigSet configs, int startIndex ) : NoViableAltException | ||
input | ITokenStream | |
outerContext | ParserRuleContext | |
configs | ATNConfigSet | |
startIndex | int | |
return | NoViableAltException |
public ParserATNSimulator ( |
||
atn | ||
decisionToDFA | ||
sharedContextCache | ||
return | System |
public ParserATNSimulator ( Parser parser, |
||
parser | Parser | |
atn | ||
decisionToDFA | ||
sharedContextCache | ||
return | System |
public PrecedenceTransition ( |
||
config | ||
pt | ||
collectPredicates | bool | |
inContext | bool | |
fullCtx | bool | |
return |
protected PredTransition ( |
||
config | ||
pt | ||
collectPredicates | bool | |
inContext | bool | |
fullCtx | bool | |
return |
protected PredicateDFAState ( |
||
dfaState | ||
decisionState | ||
return | void |
protected RemoveAllConfigsNotInRuleStopState ( ATNConfigSet configSet, bool lookToEndOfRule ) : ATNConfigSet | ||
configSet | ATNConfigSet | |
lookToEndOfRule | bool | |
return | ATNConfigSet |
protected ReportAmbiguity ( |
||
dfa | ||
D | ||
startIndex | int | |
stopIndex | int | |
exact | bool | |
ambigAlts | ||
configs | ATNConfigSet | |
return | void |
protected ReportAttemptingFullContext ( |
||
dfa | ||
conflictingAlts | ||
configs | ATNConfigSet | |
startIndex | int | |
stopIndex | int | |
return | void |
protected ReportContextSensitivity ( |
||
dfa | ||
prediction | int | |
configs | ATNConfigSet | |
startIndex | int | |
stopIndex | int | |
return | void |
protected RuleTransition ( |
||
config | ||
t | ||
return |
protected SplitAccordingToSemanticValidity ( ATNConfigSet configSet, ParserRuleContext outerContext ) : ATNConfigSet>.Pair |
||
configSet | ATNConfigSet | |
outerContext | ParserRuleContext | |
return | ATNConfigSet>.Pair |
protected getAltThatFinishedDecisionEntryRule ( ATNConfigSet configSet ) : int | ||
configSet | ATNConfigSet | |
return | int |
public static bool debug_list_atn_decisions | ||
return | bool |
public DFA[],Antlr4.Runtime.Dfa decisionToDFA | ||
return | Antlr4.Runtime.Dfa.DFA[] |
protected MergeCache,Antlr4.Runtime.Atn mergeCache | ||
return |