Class: FloatDepthInstruction

Inherits:
Instruction show all
Includes:
DepthInstruction
Defined in:
lib/instructions/float/float_depth.rb

Instance Attribute Summary

Attributes included from DepthInstruction

#target_stack

Attributes inherited from Instruction

#context

Instance Method Summary collapse

Methods included from DepthInstruction

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

Methods inherited from Instruction

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

Constructor Details

#initialize(context) ⇒ FloatDepthInstruction

Returns a new instance of FloatDepthInstruction.



3
4
5
# File 'lib/instructions/float/float_depth.rb', line 3

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