jaxx.compiler.reflect
Class FieldDescriptor
java.lang.Object
jaxx.compiler.reflect.MemberDescriptor
jaxx.compiler.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).
FieldDescriptor
public FieldDescriptor(String name,
int modifiers,
String type,
ClassLoader classLoader)
getType
public ClassDescriptor getType()
toString
public String toString()
- Overrides:
toString in class MemberDescriptor
Copyright © 2008-2012 CodeLutin. All Rights Reserved.