public static interface StackMachine.Instruction
Instruction
here.Modifier and Type | Method and Description |
---|---|
int |
arity()
Describe
arity method here. |
void |
execute()
Describe
execute method here. |
void |
write(java.io.PrintStream out)
Describe
write method here. |
void execute() throws ParseException
execute
method here.ParseException
- if an error occursint arity()
arity
method here.int
valuevoid write(java.io.PrintStream out)
write
method here.out
- a PrintStream
value