Class: JavaClass::ClassFile::Constants::ConstantString

Inherits:
SingleReference show all
Defined in:
lib/javaclass/classfile/constants/single_reference.rb

Overview

ZenTest SKIP

Instance Attribute Summary

Attributes inherited from SingleReference

#first_index

Attributes inherited from Base

#name, #size, #slots, #tag

Instance Method Summary collapse

Methods inherited from SingleReference

#dump, #first_value

Methods inherited from Base

#dump

Constructor Details

#initialize(pool, data, start) ⇒ ConstantString

Returns a new instance of ConstantString.



57
58
59
# File 'lib/javaclass/classfile/constants/single_reference.rb', line 57

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