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 BlockEnd
interface for end-of-block commands.
-
Method Summary
Modifier and Type Method Description voidsetBlockStart(BlockStart blockStart)Set beginning-of-block command.
-
Method Details
-
setBlockStart
Set beginning-of-block command.- Parameters:
blockStart- beginning-of-block command.
-