Namespace TokenReflection\Php
| ReflectionClass | Reflection of a not tokenized but defined class. |
| ReflectionConstant | Reflection of a not tokenized but defined constant. |
| ReflectionExtension | Reflection of a not tokenized but defined extension. |
| ReflectionFunction | Reflection of a not tokenized but defined function. |
| ReflectionMethod | Reflection of a not tokenized but defined class method. |
| ReflectionParameter | Reflection of a not tokenized but defined method/function parameter. |
| ReflectionProperty | Reflection of a not tokenized but defined class property. |
| IReflection | Basic internal reflection interface. |