jaxx.reflect
Class FieldDescriptor
java.lang.Object
jaxx.reflect.MemberDescriptor
jaxx.reflect.FieldDescriptor
public class FieldDescriptor
- extends MemberDescriptor
Mirrors the class java.lang.ref.Field. JAXX uses ClassDescriptor instead of Class
almost everywhere so that it can handle circular dependencies (there can't be a Class object for an uncompiled
JAXX or Java source file, and a compiler must be allow references to symbols in uncompiled source files in order to handle
circular dependencies).
|
Constructor Summary |
FieldDescriptor(java.lang.String name,
int modifiers,
java.lang.String type,
java.lang.ClassLoader classLoader)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FieldDescriptor
public FieldDescriptor(java.lang.String name,
int modifiers,
java.lang.String type,
java.lang.ClassLoader classLoader)
getType
public ClassDescriptor getType()
Copyright © 2008-2009 CodeLutin. All Rights Reserved.