Interface Member

All Superinterfaces:
ProgramUnit
All Known Subinterfaces:
Field, Method

public interface Member extends ProgramUnit
This interface represents a class member.

A member can be a field, a method, or a constructor.

  • Field Details

    • USER_SIDE

      static final int USER_SIDE
      A constant to denote the program side that uses this member.
      See Also:
    • PROVIDER_SIDE

      static final int PROVIDER_SIDE
      A constant to denote the program side that provides this member.
      See Also:
  • Method Details

    • getDeclaringClass

      Class getDeclaringClass()
      Gets the class that declares this member.
    • getName

      String getName()
      The member's name.
    • getModifiers

      int getModifiers()
      The modifiers value.