Exception: Furnace::AVM2::Decompiler::ExpressionNotRecognized

Inherits:
StandardError
  • Object
show all
Defined in:
lib/furnace-avm2/source/decompiler.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#contextObject (readonly)

Returns the value of attribute context.



8
9
10
# File 'lib/furnace-avm2/source/decompiler.rb', line 8

def context
  @context
end

#opcodeObject (readonly)

Returns the value of attribute opcode.



8
9
10
# File 'lib/furnace-avm2/source/decompiler.rb', line 8

def opcode
  @opcode
end