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 -
Method Summary
Modifier and TypeMethodDescriptionreturn the type declaring this memberreturns 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
-