public class FieldDescriptor extends MemberDescriptor
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 and Description |
|---|
FieldDescriptor(String name,
int modifiers,
String type,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
ClassDescriptor |
getType() |
String |
toString() |
getClassLoader, getModifiers, getNamepublic FieldDescriptor(String name, int modifiers, String type, ClassLoader classLoader)
public ClassDescriptor getType()
public String toString()
toString in class MemberDescriptorCopyright © 2008–2017 Ultreia.io. All rights reserved.