Class PlusBlockStartState


public final class PlusBlockStartState extends BlockStartState
Start of (A|B|...)+ loop. Technically a decision state, but we don't use for code generation; somebody might need it, so I'm defining it for completeness. In reality, the PlusLoopbackState node is the real decision-making note for A+.
  • Field Details

  • Constructor Details

    • PlusBlockStartState

      public PlusBlockStartState()
  • Method Details