public static interface StackMachine.Instruction
Instruction 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