public class ScriptCommand extends AbstractCommand<ScriptCommand.Parameters>
| Modifier and Type | Class and Description |
|---|---|
static class |
ScriptCommand.Parameters |
documentation, log, proof, service, state, uiControl| Constructor and Description |
|---|
ScriptCommand() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ScriptCommand.Parameters args) |
java.lang.String |
getName()
Returns the name of this proof command.
|
evaluateArguments, execute, getArguments, getDocumentationpublic void execute(ScriptCommand.Parameters args) throws ScriptException, java.lang.InterruptedException
execute in class AbstractCommand<ScriptCommand.Parameters>ScriptExceptionjava.lang.InterruptedExceptionpublic java.lang.String getName()
ProofScriptCommandProofScriptEngine