public class PopStage extends AbstractCommand
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PREFIX |
CMD_PREFIX| Constructor and Description |
|---|
PopStage(java.lang.String text,
int line) |
| Modifier and Type | Method and Description |
|---|---|
protected Promise<java.lang.Object> |
_execute(PlaybackContext context) |
protected boolean |
isToDumpCommand() |
canGoFurther, dumpCommand, dumpError, execute, getLine, getScriptDir, getText, isAwtThread, setScriptDirpublic static final java.lang.String PREFIX
protected Promise<java.lang.Object> _execute(PlaybackContext context)
_execute in class AbstractCommandprotected boolean isToDumpCommand()
isToDumpCommand in class AbstractCommand