Property | Type | Description | |
---|---|---|---|
verbose | bool |
Property | Type | Description | |
---|---|---|---|
stateToLeftRecursiveConfigurationsMap | List | ||
stateToRecursionOverflowConfigurationsMap | List |
Method | Description | |
---|---|---|
DecisionProbe ( Antlr3.Analysis.DFA dfa ) : System.Collections.Generic | ||
GetDisabledAlternatives ( |
||
GetIncompletelyCoveredAlts ( |
||
GetInputSequenceDisplay ( IList labels ) : string | ||
GetNFAPathStatesForAlt ( int firstAlt, int alt, IList labels ) : IList |
||
GetNonDeterministicAltsForState ( |
||
GetSampleNonDeterministicInputSequence ( |
||
GetSemanticContextForAlt ( |
||
GetTokenNameForTokensRuleAlt ( int alt ) : string | ||
IssueWarnings ( ) : void | ||
RemoveRecursiveOverflowState ( |
||
ReportAltPredicateContext ( |
||
ReportDanglingState ( |
||
ReportIncompletelyCoveredAlts ( |
||
ReportLexerRuleNondeterminism ( |
||
ReportNonLLStarDecision ( Antlr3.Analysis.DFA dfa ) : void | ||
ReportNondeterminism ( |
||
ReportNondeterminismResolvedWithSemanticPredicate ( |
||
ReportRecursionOverflow ( |
||
Reset ( ) : void |
Method | Description | |
---|---|---|
GetDFAPathStatesToTarget ( |
||
GetNFAPath ( Antlr3.Analysis.NFAState s, int labelIndex, IList labels, IList |
||
GetSampleInputSequenceUsingStateSet ( Antlr3.Analysis.State startState, Antlr3.Analysis.State targetState, HashSet | ||
GetStateLabelIndexKey ( int s, int i ) : string | ||
IssueRecursionWarnings ( ) : void | ||
ReachesState ( |
||
StripWildCardAlts ( ICollection |
Method | Description | |
---|---|---|
ComputeAltToProblemMaps ( IEnumerable |
||
GetUnaliasedDFAStateSet ( HashSet |
public DecisionProbe ( Antlr3.Analysis.DFA dfa ) : System.Collections.Generic | ||
dfa | Antlr3.Analysis.DFA | |
return | System.Collections.Generic |
protected GetDFAPathStatesToTarget ( |
||
targetState | ||
return | HashSet |
public GetDisabledAlternatives ( |
||
d | ||
return | IEnumerable |
public GetIncompletelyCoveredAlts ( |
||
d | ||
return | ICollection |
public GetInputSequenceDisplay ( IList labels ) : string | ||
labels | IList | |
return | string |
protected GetNFAPath ( Antlr3.Analysis.NFAState s, int labelIndex, IList labels, IList |
||
s | Antlr3.Analysis.NFAState | |
labelIndex | int | |
labels | IList | |
path | IList |
|
return | bool |
public GetNFAPathStatesForAlt ( int firstAlt, int alt, IList labels ) : IList |
||
firstAlt | int | |
alt | int | |
labels | IList | |
return | IList |
public GetNonDeterministicAltsForState ( |
||
targetState | ||
return | IList |
protected GetSampleInputSequenceUsingStateSet ( Antlr3.Analysis.State startState, Antlr3.Analysis.State targetState, HashSet |
||
startState | Antlr3.Analysis.State | |
targetState | Antlr3.Analysis.State | |
states | HashSet |
|
labels | IList | |
return | void |
public GetSampleNonDeterministicInputSequence ( |
||
targetState | ||
return | IList |
public GetSemanticContextForAlt ( |
||
d | ||
alt | int | |
return | Antlr3.Analysis.SemanticContext |
protected GetStateLabelIndexKey ( int s, int i ) : string | ||
s | int | |
i | int | |
return | string |
public GetTokenNameForTokensRuleAlt ( int alt ) : string | ||
alt | int | |
return | string |
protected ReachesState ( |
||
startState | ||
targetState | ||
states | HashSet |
|
return | bool |
public RemoveRecursiveOverflowState ( |
||
d | ||
return | void |
public ReportAltPredicateContext ( |
||
d | ||
altPredicateContext | SemanticContext>.IDictionary | |
return | void |
public ReportDanglingState ( |
||
d | ||
return | void |
public ReportIncompletelyCoveredAlts ( |
||
d | ||
altToLocationsReachableWithoutPredicate | IDictionary |
|
return | void |
public ReportLexerRuleNondeterminism ( |
||
d | ||
nondeterministicAlts | HashSet |
|
return | void |
public ReportNonLLStarDecision ( Antlr3.Analysis.DFA dfa ) : void | ||
dfa | Antlr3.Analysis.DFA | |
return | void |
public ReportNondeterminism ( |
||
d | ||
nondeterministicAlts | HashSet |
|
return | void |
public ReportNondeterminismResolvedWithSemanticPredicate ( |
||
d | ||
return | void |
public ReportRecursionOverflow ( |
||
d | ||
recursionNFAConfiguration | NFAConfiguration | |
return | void |
protected StripWildCardAlts ( ICollection |
||
disabledAlts | ICollection |
|
return | void |
protected IDictionary |
||
return | List |
protected IDictionary |
||
return | List |