Class LibraryMethod

All Implemented Interfaces:
Serializable, Member, Method, Processable

public class LibraryMethod extends LibraryMember implements Method
This Method represents a method in a LibraryClass.
See Also:
  • Field Details

    • 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 Details

    • LibraryMethod

      public LibraryMethod()
      Creates an uninitialized LibraryMethod.
    • LibraryMethod

      public LibraryMethod(int u2accessFlags, String name, String descriptor)
      Creates an initialized LibraryMethod.
  • Method Details