Class LibraryMethod

    • Field Detail

      • referencedClasses

        public Clazz[] referencedClasses
        An extra field containing all the classes referenced in the descriptor string. This field is filled out by the ClassReferenceInitializer. The size of the array is the number of classes in the descriptor. Primitive types and arrays of primitive types are ignored. Unknown classes are represented as null values.
    • Constructor Detail

      • LibraryMethod

        public LibraryMethod()
        Creates an uninitialized LibraryMethod.
      • LibraryMethod

        public LibraryMethod​(int u2accessFlags,
                             java.lang.String name,
                             java.lang.String descriptor)
        Creates an initialized LibraryMethod.