C# Class Antlr4.Runtime.Atn.MergeCache

Show file Open project: antlr/antlr4 Class Usage Examples

Public Methods

Method Description
Get ( PredictionContext a, PredictionContext b ) : PredictionContext
Put ( PredictionContext a, PredictionContext b, PredictionContext value ) : void

Method Details

Get() public method

public Get ( PredictionContext a, PredictionContext b ) : PredictionContext
a PredictionContext
b PredictionContext
return PredictionContext

Put() public method

public Put ( PredictionContext a, PredictionContext b, PredictionContext value ) : void
a PredictionContext
b PredictionContext
value PredictionContext
return void