C# Класс Antlr4.Runtime.Atn.MergeCache

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Get ( PredictionContext a, PredictionContext b ) : PredictionContext
Put ( PredictionContext a, PredictionContext b, PredictionContext value ) : void

Описание методов

Get() публичный метод

public Get ( PredictionContext a, PredictionContext b ) : PredictionContext
a PredictionContext
b PredictionContext
Результат PredictionContext

Put() публичный метод

public Put ( PredictionContext a, PredictionContext b, PredictionContext value ) : void
a PredictionContext
b PredictionContext
value PredictionContext
Результат void