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

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

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

Свойство Тип Описание
isPrecedenceDecision bool
loopBackState StarLoopbackState

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

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

Indicates whether this state can benefit from a precedence DFA during SLL decision making.
Indicates whether this state can benefit from a precedence DFA during SLL decision making.

This is a computed property that is calculated during ATN deserialization and stored for use in ParserATNSimulator and Antlr4.Runtime.ParserInterpreter .

public bool isPrecedenceDecision
Результат bool

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

public StarLoopbackState,Antlr4.Runtime.Atn loopBackState
Результат StarLoopbackState