Class: Furnace::AVM2::ABC::PropertyOpcode
- Includes:
- ContextualOpcode
- Defined in:
- lib/furnace-avm2/abc/opcodes/property_opcode.rb
Direct Known Subclasses
AS3DeleteProperty, AS3FindProperty, AS3FindPropertyStrict, AS3GetDescendants, AS3GetProperty, AS3GetSuper, AS3InitProperty, AS3SetProperty, AS3SetSuper
Constant Summary
Constants inherited from Opcode
Instance Attribute Summary
Attributes inherited from Opcode
Instance Method Summary collapse
Methods included from ContextualOpcode
Methods inherited from Opcode
#ast_type, body, #byte_length, #consumes_context, define_property, #disassemble, #initialize, mnemonic, #next, #offset, #parameters, #read, #root, #write
Constructor Details
This class inherits a constructor from Furnace::AVM2::ABC::Opcode
Instance Method Details
#collect_ns(options) ⇒ Object
13 14 15 |
# File 'lib/furnace-avm2/abc/opcodes/property_opcode.rb', line 13 def collect_ns() body.property.collect_ns() end |
#disassemble_parameters ⇒ Object
9 10 11 |
# File 'lib/furnace-avm2/abc/opcodes/property_opcode.rb', line 9 def disassemble_parameters body.property.to_s end |