프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AddNFAConfiguration ( Antlr3.Analysis.NFAState state, int alt, Antlr3.Analysis.NFAContext context, Antlr3.Analysis.SemanticContext semanticContext ) : NFAConfiguration | ||
AddNFAConfiguration ( Antlr3.Analysis.NFAState state, NFAConfiguration c ) : void | ||
AddTransition ( |
||
AddTransition ( Transition t ) : void | ||
DFAState ( Antlr3.Analysis.DFA dfa ) : System | ||
Equals ( object o ) : bool | ||
GetGatedPredicatesInNFAConfigurations ( ) : Antlr3.Analysis.SemanticContext | ||
GetGatedSyntacticPredicatesInNFAConfigurations ( ) : HashSet |
||
GetHashCode ( ) : int | ||
GetTransition ( int trans ) : Transition | ||
GetUniqueAlt ( ) : int | ||
GetUniquelyPredictedAlt ( ) : int | ||
RemoveTransition ( int trans ) : void | ||
Reset ( ) : void | ||
ToString ( ) : String |
메소드 | 설명 | |
---|---|---|
AddReachableLabel ( Antlr3.Analysis.Label label ) : void | ||
GetConflictingAlts ( ) : HashSet |
||
GetNonDeterministicAlts ( ) : HashSet |
public AddNFAConfiguration ( Antlr3.Analysis.NFAState state, int alt, Antlr3.Analysis.NFAContext context, Antlr3.Analysis.SemanticContext semanticContext ) : NFAConfiguration | ||
state | Antlr3.Analysis.NFAState | |
alt | int | |
context | Antlr3.Analysis.NFAContext | |
semanticContext | Antlr3.Analysis.SemanticContext | |
리턴 | NFAConfiguration |
public AddNFAConfiguration ( Antlr3.Analysis.NFAState state, NFAConfiguration c ) : void | ||
state | Antlr3.Analysis.NFAState | |
c | NFAConfiguration | |
리턴 | void |
protected AddReachableLabel ( Antlr3.Analysis.Label label ) : void | ||
label | Antlr3.Analysis.Label | |
리턴 | void |
public AddTransition ( |
||
target | ||
label | Antlr3.Analysis.Label | |
리턴 | int |
public DFAState ( Antlr3.Analysis.DFA dfa ) : System | ||
dfa | Antlr3.Analysis.DFA | |
리턴 | System |
public GetGatedPredicatesInNFAConfigurations ( ) : Antlr3.Analysis.SemanticContext | ||
리턴 | Antlr3.Analysis.SemanticContext |
public GetGatedSyntacticPredicatesInNFAConfigurations ( ) : HashSet |
||
리턴 | HashSet |