Interface BlockStart

    • Field Detail

      • NO_BLOCK_START

        static final BlockStart NO_BLOCK_START
        Use NO_START_LOOP instaed of null.
      • REACHED_COUNT_SEPARATOR

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

      • isLoopBlock

        default boolean isLoopBlock()
        True if the block is loop.
        Returns:
        true if the block is loop
      • setBlockEnd

        void setBlockEnd​(BlockEnd blockEnd)
        Set end-of-block command.
        Parameters:
        blockEnd - end-of-block command.