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 - Class representing an annotation.
- Attribute - Class representing an attribute (field).
- Constructor - Class representing a constructor.
- EvalFunctionWrapper - Internal wrapper for functions created via eval().
- Method - Class representing a method.
- Parameter - Class representing a method parameter.
- Property - Class representing a property.
- TypeLoader - Class responsible for loading types in the reflection system.