Class StarLoopEntryState


public final class StarLoopEntryState extends DecisionState
  • Field Details

    • loopBackState

      public StarLoopbackState loopBackState
    • isPrecedenceDecision

      public boolean isPrecedenceDecision
      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 ParserInterpreter.

      See Also:
  • Constructor Details

    • StarLoopEntryState

      public StarLoopEntryState()
  • Method Details