class JavaClass::ClassFile::Constants::ConstantPackage
Public Class Methods
new(pool, data, start)
click to toggle source
Calls superclass method
JavaClass::ClassFile::Constants::SingleReference::new
# File lib/javaclass/classfile/constants/single_reference.rb, line 118 def initialize(pool, data, start) super(pool, data, start) end