Class: IntIfInstruction

Inherits:
Instruction show all
Includes:
IfInstruction
Defined in:
lib/instructions/int/int_if.rb

Instance Attribute Summary

Attributes included from IfInstruction

#target_stack

Attributes inherited from Instruction

#context

Instance Method Summary collapse

Methods included from IfInstruction

#cleanup, #derive, #preconditions?, #setup

Methods inherited from Instruction

all_instructions, #cleanup, #derive, #go, inherited, #needs, #preconditions?, #pushes, #setup, to_nudgecode

Constructor Details

#initialize(context) ⇒ IntIfInstruction

Returns a new instance of IntIfInstruction.



5
6
7
# File 'lib/instructions/int/int_if.rb', line 5

def initialize(context)
  super(context, :int)
end