Exception: Furnace::AVM2::Decompiler::ExpressionNotRecognized
- Inherits:
-
StandardError
- Object
- StandardError
- Furnace::AVM2::Decompiler::ExpressionNotRecognized
- Defined in:
- lib/furnace-avm2/source/decompiler.rb
Instance Attribute Summary collapse
-
#context ⇒ Object
readonly
Returns the value of attribute context.
-
#opcode ⇒ Object
readonly
Returns the value of attribute opcode.
Instance Method Summary collapse
-
#initialize(context, opcode) ⇒ ExpressionNotRecognized
constructor
A new instance of ExpressionNotRecognized.
Constructor Details
#initialize(context, opcode) ⇒ ExpressionNotRecognized
Returns a new instance of ExpressionNotRecognized.
10 11 12 |
# File 'lib/furnace-avm2/source/decompiler.rb', line 10 def initialize(context, opcode) @context, @opcode = context, opcode end |
Instance Attribute Details
#context ⇒ Object (readonly)
Returns the value of attribute context.
8 9 10 |
# File 'lib/furnace-avm2/source/decompiler.rb', line 8 def context @context end |
#opcode ⇒ Object (readonly)
Returns the value of attribute opcode.
8 9 10 |
# File 'lib/furnace-avm2/source/decompiler.rb', line 8 def opcode @opcode end |