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, name
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
isAccessibleInContext, modifiers, myClassInfo, name
protected Type type
public int hashCode()
hashCode
in class MemberInfoBase
public boolean equals(Object obj)
equals
in class MemberInfoBase
public String toString()
toString
in class MemberInfoBase
Copyright © 2017 Oracle. All rights reserved.