Interface BlockEnd

All Known Subinterfaces:
EndLoop
All Known Implementing Classes:
BlockEndImpl, Else, ElseIf, End, EndFor, EndLoopImpl, EndWhile, RepeatIf

public interface BlockEnd
interface for end-of-block commands.
  • Method Summary

    Modifier and Type Method Description
    void setBlockStart​(BlockStart blockStart)
    Set beginning-of-block command.
  • Method Details

    • setBlockStart

      void setBlockStart​(BlockStart blockStart)
      Set beginning-of-block command.
      Parameters:
      blockStart - beginning-of-block command.