class JavaClass::ClassFile::Constants::ConstantInvokeDynamic
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 96 def initialize(pool, data, start) super(pool, data, start) @bootstrap_method_attr_index = data.u2(start+1) @first_index = data.u2(start+3) @size = 5 end