Class: ExecDefineInstruction

Inherits:
Instruction show all
Includes:
DefineInstruction
Defined in:
lib/instructions/exec/exec_define.rb

Instance Attribute Summary

Attributes included from DefineInstruction

#target_stack

Attributes inherited from Instruction

#context

Instance Method Summary collapse

Methods included from DefineInstruction

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

Methods inherited from Instruction

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

Constructor Details

#initialize(context) ⇒ ExecDefineInstruction

Returns a new instance of ExecDefineInstruction.



3
4
5
# File 'lib/instructions/exec/exec_define.rb', line 3

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