Class Times

All Implemented Interfaces:
ArgumentInfo, BlockStart, ICommand

public class Times
extends BlockStartImpl
Command "times".
  • Method Details

    • isLoopBlock

      public boolean isLoopBlock()
      Description copied from interface: BlockStart
      True if the block is loop.
      Returns:
      true if the block is loop
    • executeImpl

      protected Result executeImpl​(Context context, String... curArgs)
      Specified by:
      executeImpl in class AbstractCommand