Package 

Class BootstrapMethodsEntry

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Integer getMethodRefIndex() Constant pool index of the CONSTANT_MethodRef_info structure describing the bootstrap method of this BootstrapMethodsEntry.
      final Unit setMethodRefIndex(Integer methodRefIndex) Constant pool index of the CONSTANT_MethodRef_info structure describing the bootstrap method of this BootstrapMethodsEntry.
      final IntArray getArgumentIndices() Set the array of argument references of this BootstrapMethodsEntry.
      final Unit setArgumentIndices(IntArray argumentIndices) Set the array of argument references of this BootstrapMethodsEntry.
      final String getVerbose()
      Integer getLength() The length of the structure in bytes.
      • Methods inherited from class org.gjt.jclasslib.structures.Structure

        read, write
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • BootstrapMethodsEntry

        BootstrapMethodsEntry(ClassFile classFile)
    • Method Detail

      • getMethodRefIndex

         final Integer getMethodRefIndex()

        Constant pool index of the CONSTANT_MethodRef_info structure describing the bootstrap method of this BootstrapMethodsEntry.

      • setMethodRefIndex

         final Unit setMethodRefIndex(Integer methodRefIndex)

        Constant pool index of the CONSTANT_MethodRef_info structure describing the bootstrap method of this BootstrapMethodsEntry.