|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FieldInfo | |
koala.dynamicjava.classinfo | Contains all the classes and interfaces for using reflection on Java or interpreted classes. |
Uses of FieldInfo in koala.dynamicjava.classinfo |
Classes in koala.dynamicjava.classinfo that implement FieldInfo | |
class |
JavaFieldInfo
The instances of this class provides informations about class fields compiled to JVM bytecode. |
class |
TreeFieldInfo
The instances of this class provides informations about class fields not yet compiled to JVM bytecode. |
Methods in koala.dynamicjava.classinfo that return FieldInfo | |
FieldInfo |
TreeClassInfo.getField(FieldDeclaration node)
Returns the field represented by the given node |
FieldInfo[] |
TreeClassInfo.getFields()
Returns the field infos for the current class |
FieldInfo[] |
JavaClassInfo.getFields()
Returns the field infos for the current class |
static FieldInfo |
ClassInfoUtilities.getField(ClassInfo cl,
java.lang.String name)
Returns a field with the given name declared in the given class or in the superclasses of the given class |
static FieldInfo |
ClassInfoUtilities.getOuterField(ClassInfo cl,
java.lang.String name)
Returns a field with the given name declared in one of the outer classes of the given class |
FieldInfo[] |
ClassInfo.getFields()
Returns the field infos for the current class |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |