C# Class Antlr4.Runtime.Atn.StarLoopEntryState

Inheritance: DecisionState
Show file Open project: antlr/antlr4 Class Usage Examples

Public Properties

Property Type Description
isPrecedenceDecision bool
loopBackState StarLoopbackState

Property Details

isPrecedenceDecision public property

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
return bool

loopBackState public property

public StarLoopbackState,Antlr4.Runtime.Atn loopBackState
return StarLoopbackState