- All Superinterfaces:
Typed
- All Known Subinterfaces:
ClassMethodDesc,ConstructorDesc,FieldDesc,InterfaceMethodDesc,MethodDesc
A descriptor for a class member.
-
Method Summary
-
Method Details
-
owner
ClassDesc owner()Returns the descriptor of the class which contains the described member.- Returns:
- the descriptor of the class which contains the described member
-
type
ConstantDesc type()Returns a descriptor representing the type of this member. -
name
String name()Returns the member name.- Returns:
- the member name
-
toString
Convert this descriptor to a string and append it to the given builder.- Parameters:
b- the string builder to append to (must not benull)- Returns:
- the string builder
-