jaxx.compiler.reflect
Class MemberDescriptor

java.lang.Object
  extended by jaxx.compiler.reflect.MemberDescriptor
Direct Known Subclasses:
FieldDescriptor, MethodDescriptor

public abstract class MemberDescriptor
extends Object

Mirrors the class java.lang.ref.Member. 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).


Method Summary
protected  ClassLoader getClassLoader()
           
 int getModifiers()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getName

public String getName()

getModifiers

public int getModifiers()

getClassLoader

protected ClassLoader getClassLoader()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2011 CodeLutin. All Rights Reserved.