Class LoopEndState

java.lang.Object
org.antlr.v4.runtime.atn.ATNState
org.antlr.v4.runtime.atn.LoopEndState

public final class LoopEndState extends ATNState
Mark the end of a * or + loop.
  • Field Details

    • loopBackState

      public ATNState loopBackState
  • Constructor Details

    • LoopEndState

      public LoopEndState()
  • Method Details