Property | Type | Description | |
---|---|---|---|
conflictingAltResolvedBySLL | int | ||
currentDecision | int | ||
currentState | |||
decisions | Antlr4.Runtime.Atn.DecisionInfo[] | ||
llStopIndex | int | ||
numDecisions | int | ||
sllStopIndex | int |
Method | Description | |
---|---|---|
AdaptivePredict ( ITokenStream input, int decision, ParserRuleContext outerContext ) : int | ||
ProfilingATNSimulator ( Parser parser ) : System | ||
getCurrentState ( ) : |
||
getDecisionInfo ( ) : Antlr4.Runtime.Atn.DecisionInfo[] |
Method | Description | |
---|---|---|
ComputeReachSet ( ATNConfigSet closure, int t, bool fullCtx ) : ATNConfigSet | ||
ComputeTargetState ( |
||
EvalSemanticContext ( SemanticContext pred, ParserRuleContext parserCallStack, int alt, bool fullCtx ) : bool | ||
GetExistingTargetState ( |
||
ReportAmbiguity ( |
||
ReportAttemptingFullContext ( |
||
ReportContextSensitivity ( |
public AdaptivePredict ( ITokenStream input, int decision, ParserRuleContext outerContext ) : int | ||
input | ITokenStream | |
decision | int | |
outerContext | ParserRuleContext | |
return | int |
protected ComputeReachSet ( ATNConfigSet closure, int t, bool fullCtx ) : ATNConfigSet | ||
closure | ATNConfigSet | |
t | int | |
fullCtx | bool | |
return | ATNConfigSet |
protected ComputeTargetState ( |
||
dfa | ||
previousD | ||
t | int | |
return |
protected EvalSemanticContext ( SemanticContext pred, ParserRuleContext parserCallStack, int alt, bool fullCtx ) : bool | ||
pred | SemanticContext | |
parserCallStack | ParserRuleContext | |
alt | int | |
fullCtx | bool | |
return | bool |
protected GetExistingTargetState ( |
||
previousD | ||
t | int | |
return |
public ProfilingATNSimulator ( Parser parser ) : System | ||
parser | Parser | |
return | System |
protected ReportAmbiguity ( |
||
dfa | ||
D | ||
startIndex | int | |
stopIndex | int | |
exact | bool | |
ambigAlts | ||
configSet | 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 |
public getCurrentState ( ) : |
||
return |
public getDecisionInfo ( ) : Antlr4.Runtime.Atn.DecisionInfo[] | ||
return | Antlr4.Runtime.Atn.DecisionInfo[] |
protected int conflictingAltResolvedBySLL | ||
return | int |
protected DFAState,Antlr4.Runtime.Dfa currentState | ||
return |
protected DecisionInfo[],Antlr4.Runtime.Atn decisions | ||
return | Antlr4.Runtime.Atn.DecisionInfo[] |