Class: Mirah::JVM::Compiler::JVMBytecode::Super

Inherits:
Object
  • Object
show all
Defined in:
lib/mirah/jvm/compiler/jvm_bytecode.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject

Returns the value of attribute name.



33
34
35
# File 'lib/mirah/jvm/compiler/jvm_bytecode.rb', line 33

def name
  @name
end

#targetObject

Returns the value of attribute target.



33
34
35
# File 'lib/mirah/jvm/compiler/jvm_bytecode.rb', line 33

def target
  @target
end