The org.pranaframework.reflection package contains the classes for the Reflection API
Interfaces
Classes
| | Class | Description |
| | 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. |
Prana Framework 0.6 - 2008