Uses of Class
jp.vmi.selenium.selenese.command.CommandListIterator
| Package | Description |
|---|---|
| jp.vmi.selenium.selenese | |
| jp.vmi.selenium.selenese.command |
-
Uses of CommandListIterator in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese that return CommandListIterator Modifier and Type Method Description CommandListIteratorContext. getCommandListIterator()Get current CommandListIterator.CommandListIteratorNullContext. getCommandListIterator()CommandListIteratorRunner. getCommandListIterator()Methods in jp.vmi.selenium.selenese with parameters of type CommandListIterator Modifier and Type Method Description CurrentCommandInteractiveModeHandler. handle(Context context, CommandListIterator commandListIterator, CurrentCommand curCmd)Handle interactive mode.CurrentCommandSimpleInteractiveModeHandler. handle(Context context, CommandListIterator commandListIterator, CurrentCommand curCmd)voidContext. pushCommandListIterator(CommandListIterator commandListIterator)Push CommandListIterator.voidNullContext. pushCommandListIterator(CommandListIterator commandListIterator)voidRunner. pushCommandListIterator(CommandListIterator commandListIterator) -
Uses of CommandListIterator in jp.vmi.selenium.selenese.command
Methods in jp.vmi.selenium.selenese.command that return CommandListIterator Modifier and Type Method Description CommandListIteratorCommandList. iterator()CommandListIteratorCommandList. iterator(CommandListIterator parentIterator)Create the iterator of this command list.Methods in jp.vmi.selenium.selenese.command with parameters of type CommandListIterator Modifier and Type Method Description CommandListIteratorCommandList. iterator(CommandListIterator parentIterator)Create the iterator of this command list.