public final class Goto extends ProofCommandBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Name |
| Constructor and Description |
|---|
Goto(java.lang.String label)
create a "goto" command
|
| Modifier and Type | Method and Description |
|---|---|
void |
printCore(java.io.PrintWriter out)
Prints text representation on out (without new line termination).
|
process, processgetName, toCommand, toNode, toStringpublic static final java.lang.String Name
public Goto(java.lang.String label)
label - the label of the proof state to go topublic void printCore(java.io.PrintWriter out)
printCore in class CommandBaseout - the stream on which the text is written