Method: JavaClass::ClassFile::ConstantPool#size
- Defined in:
- lib/javaclass/classfile/constant_pool.rb
#size ⇒ Object (readonly)
Size of the whole constant pool in bytes.
37 38 39 |
# File 'lib/javaclass/classfile/constant_pool.rb', line 37 def size @size end |