Interface StartLoop

All Superinterfaces:
BlockStart

@Deprecated
public interface StartLoop
extends BlockStart
Deprecated.
Interface for beginning-of-loop commands.
  • Field Details

    • NO_START_LOOP

      static final StartLoop NO_START_LOOP
      Deprecated.
      Use NO_START_LOOP instaed of null.
    • REACHED_COUNT_SEPARATOR

      static final String REACHED_COUNT_SEPARATOR
      Deprecated.
      The separator of reached counts.
      See Also:
      Constant Field Values
  • Method Details

    • setEndLoop

      void setEndLoop​(EndLoop endLoop)
      Deprecated.
      Set end-of-loop command.
      Parameters:
      endLoop - end-of-loop command.