public class FieldInfoImpl extends MemberInfoBase implements FieldInfo
| Constructor and Description |
|---|
FieldInfoImpl(ClassInfo cinfo,
int modifiers,
Type type,
java.lang.String ident) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
Type |
type()
Return the type of this Field.
|
isAccessibleInContext, modifiers, myClassInfo, nameclone, finalize, getClass, notify, notifyAll, wait, wait, waitisAccessibleInContext, modifiers, myClassInfo, nameprotected Type type
public int hashCode()
hashCode in class MemberInfoBasepublic boolean equals(java.lang.Object obj)
equals in class MemberInfoBasepublic java.lang.String toString()
toString in class MemberInfoBase