| Class | JavaClass::ClassFile::Constants::ConstantNameAndType |
| In: |
lib/javaclass/classfile/constants/double_reference.rb
|
| Parent: | DoubleReference |
| first_index | -> | name_index |
| second_index | -> | descriptor_index |
# File lib/javaclass/classfile/constants/double_reference.rb, line 98 def initialize(pool, data, start) super(pool, data, start) end