public class StackMachine.Print extends java.lang.Object implements StackMachine.Instruction, java.io.Serializable
| Constructor and Description |
|---|
StackMachine.Print() |
public int arity()
arity method here.arity in interface StackMachine.Instructionint valuepublic void execute()
throws ParseException
execute method here.execute in interface StackMachine.InstructionParseException - if an error occurspublic void write(java.io.PrintStream out)
write method here.write in interface StackMachine.Instructionout - a PrintStream value