class JavaClass::ClassFile::Constants::ConstantField
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 43 def initialize(pool, data, start) super(pool, data, start) end
Public Instance Methods
const_field?()
click to toggle source
# File lib/javaclass/classfile/constants/double_reference.rb, line 53 def const_field? true end
first_value()
click to toggle source
Calls superclass method
# File lib/javaclass/classfile/constants/double_reference.rb, line 47 def first_value JavaVMName.new(super) # this is a classname end
Also aliased as: class_name