Class: Rjq::Instruction
- Inherits:
-
Struct
- Object
- Struct
- Rjq::Instruction
- Defined in:
- lib/rjq/opcodes.rb
Instance Attribute Summary collapse
-
#arg1 ⇒ Object
Returns the value of attribute arg1.
-
#arg2 ⇒ Object
Returns the value of attribute arg2.
-
#loc ⇒ Object
Returns the value of attribute loc.
-
#op ⇒ Object
Returns the value of attribute op.
Instance Method Summary collapse
Instance Attribute Details
#arg1 ⇒ Object
Returns the value of attribute arg1
14 15 16 |
# File 'lib/rjq/opcodes.rb', line 14 def arg1 @arg1 end |
#arg2 ⇒ Object
Returns the value of attribute arg2
14 15 16 |
# File 'lib/rjq/opcodes.rb', line 14 def arg2 @arg2 end |
#loc ⇒ Object
Returns the value of attribute loc
14 15 16 |
# File 'lib/rjq/opcodes.rb', line 14 def loc @loc end |
#op ⇒ Object
Returns the value of attribute op
14 15 16 |
# File 'lib/rjq/opcodes.rb', line 14 def op @op end |