C# Class Antlr4.Runtime.Atn.ArrayPredictionContext

Inheritance: PredictionContext
Afficher le fichier Open project: sharwell/antlr4cs Class Usage Examples

Méthodes publiques

Méthode Description
AppendContext ( PredictionContext suffix, PredictionContextCache contextCache ) : PredictionContext
Equals ( object o ) : bool
FindReturnState ( int returnState ) : int
GetParent ( int index ) : PredictionContext
GetReturnState ( int index ) : int

Méthodes protégées

Méthode Description
AddEmptyContext ( ) : PredictionContext
RemoveEmptyContext ( ) : PredictionContext

Private Methods

Méthode 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 visited ) : bool

Method Details

AddEmptyContext() protected méthode

protected AddEmptyContext ( ) : PredictionContext
Résultat PredictionContext

AppendContext() public méthode

public AppendContext ( PredictionContext suffix, PredictionContextCache contextCache ) : PredictionContext
suffix PredictionContext
contextCache PredictionContextCache
Résultat PredictionContext

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

FindReturnState() public méthode

public FindReturnState ( int returnState ) : int
returnState int
Résultat int

GetParent() public méthode

public GetParent ( int index ) : PredictionContext
index int
Résultat PredictionContext

GetReturnState() public méthode

public GetReturnState ( int index ) : int
index int
Résultat int

RemoveEmptyContext() protected méthode

protected RemoveEmptyContext ( ) : PredictionContext
Résultat PredictionContext