|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkoala.dynamicjava.classinfo.JavaFieldInfo
The instances of this class provides informations about class fields compiled to JVM bytecode.
Constructor Summary | |
JavaFieldInfo(java.lang.reflect.Field f)
Creates a new class info |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one |
int |
getModifiers()
Returns the modifiers for the field represented by this object |
java.lang.String |
getName()
Returns the fully qualified name of the underlying field |
ClassInfo |
getType()
Returns the type of the underlying field |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public JavaFieldInfo(java.lang.reflect.Field f)
f
- the java fieldMethod Detail |
public int getModifiers()
getModifiers
in interface FieldInfo
public ClassInfo getType()
getType
in interface FieldInfo
public java.lang.String getName()
getName
in interface FieldInfo
public boolean equals(java.lang.Object obj)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |