Class: JavaClass::Constants::ConstantField

Inherits:
DoubleReference show all
Defined in:
lib/javaclass/constants/double_reference.rb

Instance Attribute Summary

Attributes inherited from DoubleReference

#second_index

Attributes inherited from SingleReference

#first_index

Attributes inherited from Base

#name, #size, #slots, #tag

Instance Method Summary collapse

Methods inherited from DoubleReference

#dump, #second_value, #to_s

Methods inherited from SingleReference

#dump, #first_value

Methods inherited from Base

#dump

Constructor Details

#initialize(pool, data, start) ⇒ ConstantField

Returns a new instance of ConstantField.



40
41
42
# File 'lib/javaclass/constants/double_reference.rb', line 40

def initialize(pool, data, start) 
  super(pool, data, start)
end