Method Summary |
|
public Type | declaringClass() Get the type of the class which declared the member. |
public boolean | equals(Object obj) Check if an object is equal to this reference.
Parameters: obj - The object to compare against. |
public int | hashCode() Hash the member reference. |
public String | name() Get the name of the member. |
public NameAndType | nameAndType() Get the name and type of the member. |
public String | toString() Convert the reference to a string. |
public Type | type() Get the type of the member. |