Class BlockStartImpl

java.lang.Object
jp.vmi.selenium.selenese.command.AbstractCommand
jp.vmi.selenium.selenese.command.BlockStartImpl
All Implemented Interfaces:
ArgumentInfo, BlockStart, ICommand
Direct Known Subclasses:
Do, Else, ElseIf, ForEach, If, StartLoopImpl, StoreFor, Times, While

public abstract class BlockStartImpl
extends AbstractCommand
implements BlockStart
Default implementation for BlockStart.
  • Field Details

    • blockEnd

      protected BlockEnd blockEnd
  • Method Details

    • mayUpdateScreen

      public boolean mayUpdateScreen()
      Description copied from interface: ICommand
      May the command update screen?
      Specified by:
      mayUpdateScreen in interface ICommand
      Overrides:
      mayUpdateScreen in class AbstractCommand
      Returns:
      true if the command may update screen.
    • setBlockEnd

      public void setBlockEnd​(BlockEnd blockEnd)
      Description copied from interface: BlockStart
      Set end-of-block command.
      Specified by:
      setBlockEnd in interface BlockStart
      Parameters:
      blockEnd - end-of-block command.