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

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

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

Метод Описание
AppendContext ( PredictionContext suffix, PredictionContextCache contextCache ) : PredictionContext
Equals ( object o ) : bool
FindReturnState ( int returnState ) : int
GetParent ( int index ) : PredictionContext
GetReturnState ( int index ) : int

Защищенные методы

Метод Описание
AddEmptyContext ( ) : PredictionContext
RemoveEmptyContext ( ) : PredictionContext

Приватные методы

Метод Описание
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

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

AddEmptyContext() защищенный метод

protected AddEmptyContext ( ) : PredictionContext
Результат PredictionContext

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

public AppendContext ( PredictionContext suffix, PredictionContextCache contextCache ) : PredictionContext
suffix PredictionContext
contextCache PredictionContextCache
Результат PredictionContext

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

public Equals ( object o ) : bool
o object
Результат bool

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

public FindReturnState ( int returnState ) : int
returnState int
Результат int

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

public GetParent ( int index ) : PredictionContext
index int
Результат PredictionContext

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

public GetReturnState ( int index ) : int
index int
Результат int

RemoveEmptyContext() защищенный метод

protected RemoveEmptyContext ( ) : PredictionContext
Результат PredictionContext