Package klyn.reflection
Contains 11 type(s).
Types
Interfaces
- Function - Represents an executable function (standalone, closure, or from eval).
- Invocable - Common interface for all executable entities (functions, methods, constructors).
Classes
- Annotation - Runtime representation of an annotation attached to a reflected type, constructor, method, property, attribute or parameter.
- Attribute - Class representing an attribute (field).
- Constructor - Runtime representation of a constructor.
- EvalFunctionWrapper - Internal wrapper for functions created via eval().
- Method - Class representing a method.
- Parameter - Runtime representation of a method or constructor parameter.
- Property - Class representing a property.
- TypeLoader - Class responsible for loading types in the reflection system.