Method | Description | |
---|---|---|
Equals ( object o ) : bool | ||
GetParent ( int index ) : PredictionContext | ||
GetReturnState ( int index ) : int | ||
ToString ( ) : string | ||
ToStrings ( IRecognizer recognizer, PredictionContext stop, int currentState ) : string[] | ||
ToStrings ( IRecognizer recognizer, int currentState ) : string[] |
Method | Description | |
---|---|---|
EmptyPredictionContext ( ) : System |
public GetParent ( int index ) : PredictionContext | ||
index | int | |
return | PredictionContext |
public ToStrings ( IRecognizer recognizer, PredictionContext stop, int currentState ) : string[] | ||
recognizer | IRecognizer | |
stop | PredictionContext | |
currentState | int | |
return | string[] |
public ToStrings ( IRecognizer recognizer, int currentState ) : string[] | ||
recognizer | IRecognizer | |
currentState | int | |
return | string[] |