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

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

Открытые свойства

Свойство Тип Описание
returnState int

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

Метод Описание
Create ( PredictionContext parent, int returnState ) : PredictionContext
Equals ( object o ) : bool
GetParent ( int index ) : PredictionContext
GetReturnState ( int index ) : int
ToString ( ) : string

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

Метод Описание
SingletonPredictionContext ( PredictionContext parent, int returnState ) : Antlr4.Runtime.Misc

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

Create() публичный статический метод

public static Create ( PredictionContext parent, int returnState ) : PredictionContext
parent PredictionContext
returnState int
Результат PredictionContext

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

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

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

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

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

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

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

public ToString ( ) : string
Результат string

Описание свойств

returnState публичное свойство

public int returnState
Результат int