|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectkoala.dynamicjava.classinfo.TreeFieldInfo
The instances of this class provides informations about class fields not yet compiled to JVM bytecode.
Constructor Summary | |
TreeFieldInfo(FieldDeclaration f,
ClassFinder cf,
ClassInfo dc)
Creates a new class info |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Indicates whether some other object is "equal to" this one |
FieldDeclaration |
getFieldDeclaration()
Returns the field declaration |
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 TreeFieldInfo(FieldDeclaration f, ClassFinder cf, ClassInfo dc)
f
- the field treecf
- the class finderdc
- the declaring classMethod Detail |
public FieldDeclaration getFieldDeclaration()
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 |