The org.pranaframework.reflection package contains the classes for the Reflection API



Interfaces
 InterfaceDescription
 IInvocationHandler 
 IMember Describes a member (field or method) of a class.
Classes
 ClassDescription
 AbstractMember The base class for members of a class.
 Accessor A member defined by getter and setter functions.
 AccessorAccess TypeSafe enum of an accessor's access properties.
 Constant A property defined with the const statement
 Field 
 MetaData 
 Method Provides information about a single method of a class or interface.
 Parameter Provides information of a parameter passed to a method.
 Type Provides information about the characteristics of a class or an interface.
 Variable A property defined with the var statement.