Method | Description | |
---|---|---|
AppendContext ( PredictionContext suffix, |
||
Equals ( object o ) : bool | ||
FindReturnState ( int returnState ) : int | ||
GetParent ( int index ) : PredictionContext | ||
GetReturnState ( int index ) : int |
Method | Description | |
---|---|---|
AddEmptyContext ( ) : PredictionContext | ||
RemoveEmptyContext ( ) : PredictionContext |
Method | Description | |
---|---|---|
AppendContext ( PredictionContext context, PredictionContext suffix, PredictionContext visited ) : PredictionContext | ||
ArrayPredictionContext ( PredictionContext parents, int returnStates ) : System | ||
ArrayPredictionContext ( PredictionContext parents, int returnStates, int hashCode ) : System | ||
Equals ( Antlr4 other, HashSet |
protected AddEmptyContext ( ) : PredictionContext | ||
return | PredictionContext |
public AppendContext ( PredictionContext suffix, |
||
suffix | PredictionContext | |
contextCache | ||
return | PredictionContext |
public FindReturnState ( int returnState ) : int | ||
returnState | int | |
return | int |
public GetParent ( int index ) : PredictionContext | ||
index | int | |
return | PredictionContext |
protected RemoveEmptyContext ( ) : PredictionContext | ||
return | PredictionContext |