Property | Type | Description | |
---|---|---|---|
returnState | int |
Method | Description | |
---|---|---|
Create ( PredictionContext parent, int returnState ) : PredictionContext | ||
Equals ( object o ) : bool | ||
GetParent ( int index ) : PredictionContext | ||
GetReturnState ( int index ) : int | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
SingletonPredictionContext ( PredictionContext parent, int returnState ) : Antlr4.Runtime.Misc |
public static Create ( PredictionContext parent, int returnState ) : PredictionContext | ||
parent | PredictionContext | |
returnState | int | |
return | PredictionContext |
public GetParent ( int index ) : PredictionContext | ||
index | int | |
return | PredictionContext |