class JavaClass::ClassFile::Constants::ConstantInterfaceMethod
Public Class Methods
new(pool, data, start)
click to toggle source
Calls superclass method
JavaClass::ClassFile::Constants::DoubleReference::new
# File lib/javaclass/classfile/constants/double_reference.rb, line 82 def initialize(pool, data, start) super(pool, data, start) end
Public Instance Methods
first_value()
click to toggle source
Calls superclass method
# File lib/javaclass/classfile/constants/double_reference.rb, line 86 def first_value JavaVMName.new(super) # this is a classname end
Also aliased as: class_name