Package 

Class EnclosingMethodAttribute

    • Constructor Detail

      • EnclosingMethodAttribute

        EnclosingMethodAttribute(ClassFile classFile)
    • Method Detail

      • getClassInfoIndex

         final Integer getClassInfoIndex()

        Constant pool index of the CONSTANT_Class_info structure representing the innermost class that encloses the declaration of the current class.

      • setClassInfoIndex

         final Unit setClassInfoIndex(Integer classInfoIndex)

        Constant pool index of the CONSTANT_Class_info structure representing the innermost class that encloses the declaration of the current class.

      • getMethodInfoIndex

         final Integer getMethodInfoIndex()

        Constant pool index of the CONSTANT_NameAndType_info structure representing the name and type of a method in the class referenced by the class info index above.

      • setMethodInfoIndex

         final Unit setMethodInfoIndex(Integer methodInfoIndex)

        Constant pool index of the CONSTANT_NameAndType_info structure representing the name and type of a method in the class referenced by the class info index above.