public class FieldInfoImpl extends MemberInfoBase implements FieldInfo
| Constructor and Description |
|---|
FieldInfoImpl(ClassInfo cinfo,
int modifiers,
Type type,
String ident) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
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(Object obj)
equals in class MemberInfoBasepublic String toString()
toString in class MemberInfoBaseCopyright © 2017 Oracle. All rights reserved.