public abstract class RawMember
extends java.lang.Object
ResolvedType
when requested, and form the input to eventual full flattening of type members.| Modifier and Type | Field and Description |
|---|---|
protected ResolvedType |
_declaringType
ResolvedType (class with generic type parameters) that declared
this member |
| Modifier | Constructor and Description |
|---|---|
protected |
RawMember(ResolvedType context) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object o) |
java.lang.annotation.Annotation[] |
getAnnotations() |
ResolvedType |
getDeclaringType() |
protected int |
getModifiers() |
java.lang.String |
getName() |
abstract java.lang.reflect.Member |
getRawMember() |
abstract int |
hashCode() |
boolean |
isFinal() |
boolean |
isPrivate() |
boolean |
isProtected() |
boolean |
isPublic() |
boolean |
isStatic() |
java.lang.String |
toString() |
protected final ResolvedType _declaringType
ResolvedType (class with generic type parameters) that declared
this memberprotected RawMember(ResolvedType context)
public final ResolvedType getDeclaringType()
public abstract java.lang.reflect.Member getRawMember()
public java.lang.String getName()
public boolean isStatic()
public boolean isFinal()
public boolean isPrivate()
public boolean isProtected()
public boolean isPublic()
public java.lang.annotation.Annotation[] getAnnotations()
public abstract boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic abstract int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectprotected final int getModifiers()