Returns the start offset in #b of a JVMS 'cp_info' structure (i.e. a constant pool entry), plus one. This method is intended for Attribute sub classes, and is normally not needed by class generators or adapters. @param constantPoolEntryIndex the index a constant pool entry in
(final int constantPoolEntryIndex)
| 3279 | * @return the start offset in {@link #b} of the corresponding JVMS 'cp_info' structure, plus one. |
| 3280 | */ |
| 3281 | public int getItem(final int constantPoolEntryIndex) { |
| 3282 | return cpInfoOffsets[constantPoolEntryIndex]; |
| 3283 | } |
| 3284 | |
| 3285 | /** |
| 3286 | * Returns a conservative estimate of the maximum length of the strings contained in the class's |