Interface Member

All Known Subinterfaces:
FieldModel, MethodModel
All Known Implementing Classes:
FieldModelImpl, MethodModelImpl

public interface Member
A member is a field or method declared on a class or interface
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    return the type declaring this member
    returns the type of the member
  • Method Details

    • getMemberType

      Member.Type getMemberType()
      returns the type of the member
      Returns:
      the member type as a value of @link{Member#Type}
    • getDeclaringType

      ExtensibleType<?> getDeclaringType()
      return the type declaring this member
      Returns:
      the type declaring the member