C# Class Antlr4.Runtime.Atn.PredictionContextCache

Show file Open project: antlr/antlr4 Class Usage Examples

Protected Properties

Property Type Description
cache PredictionContext>.Dictionary

Public Methods

Method Description
Add ( PredictionContext ctx ) : PredictionContext
Get ( PredictionContext ctx ) : PredictionContext

Method Details

Add() public method

public Add ( PredictionContext ctx ) : PredictionContext
ctx PredictionContext
return PredictionContext

Get() public method

public Get ( PredictionContext ctx ) : PredictionContext
ctx PredictionContext
return PredictionContext

Property Details

cache protected property

protected Dictionary cache
return PredictionContext>.Dictionary