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, #to_s

Methods inherited from Base

#const_class?, #const_field?, #const_method?, #dump

Constructor Details

#initialize(pool, data, start) ⇒ ConstantString

Returns a new instance of ConstantString.



65
66
67
# File 'lib/javaclass/classfile/constants/single_reference.rb', line 65

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