C# Class Antlr4.Runtime.Atn.MergeCache

Afficher le fichier Open project: antlr/antlr4 Class Usage Examples

Méthodes publiques

Méthode Description
Get ( PredictionContext a, PredictionContext b ) : PredictionContext
Put ( PredictionContext a, PredictionContext b, PredictionContext value ) : void

Method Details

Get() public méthode

public Get ( PredictionContext a, PredictionContext b ) : PredictionContext
a PredictionContext
b PredictionContext
Résultat PredictionContext

Put() public méthode

public Put ( PredictionContext a, PredictionContext b, PredictionContext value ) : void
a PredictionContext
b PredictionContext
value PredictionContext
Résultat void