Package klyn.reflection
Contains 10 type(s).
Types
Interfaces
  • Invocable - Common reflective interface for executable entities whose parameter signature is discovered at runtime.
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.
Exceptions