public class StackMachine.PushVariable extends java.lang.Object implements StackMachine.Instruction, java.io.Serializable
| Constructor and Description |
|---|
StackMachine.PushVariable(int address)
Creates a new
PushVariable instance. |
public StackMachine.PushVariable(int address)
PushVariable instance.address - an int valuepublic 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