jaxx.compiler.reflect
Class FieldDescriptor

java.lang.Object
  extended by jaxx.compiler.reflect.MemberDescriptor
      extended by 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).


Constructor Summary
FieldDescriptor(String name, int modifiers, String type, ClassLoader classLoader)
           
 
Method Summary
 ClassDescriptor getType()
           
 String toString()
           
 
Methods inherited from class jaxx.compiler.reflect.MemberDescriptor
getClassLoader, getModifiers, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldDescriptor

public FieldDescriptor(String name,
                       int modifiers,
                       String type,
                       ClassLoader classLoader)
Method Detail

getType

public ClassDescriptor getType()

toString

public String toString()
Overrides:
toString in class MemberDescriptor


Copyright © 2008-2012 CodeLutin. All Rights Reserved.