public final class Redo extends ProofCommandBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
Name |
| Constructor and Description |
|---|
Redo(java.lang.String label)
create a "redo" 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 Redo(java.lang.String label)
label - the label of the proof state to go to (may be null)public void printCore(java.io.PrintWriter out)
printCore in class CommandBaseout - the stream on which the text is written