Package jp.vmi.selenium.selenese.command
Interface BlockEnd
-
- All Known Subinterfaces:
EndLoop
- All Known Implementing Classes:
BlockEndImpl,Else,ElseIf,End,EndFor,EndLoopImpl,EndWhile,RepeatIf
public interface BlockEndinterface for end-of-block commands.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetBlockStart(BlockStart blockStart)Set beginning-of-block command.
-
-
-
Method Detail
-
setBlockStart
void setBlockStart(BlockStart blockStart)
Set beginning-of-block command.- Parameters:
blockStart- beginning-of-block command.
-
-