Namespace TokenReflection
| TokenReflection\Broker |
| TokenReflection\Dummy |
| TokenReflection\Exception |
| TokenReflection\Invalid |
| TokenReflection\Php |
| TokenReflection\Stream |
| Broker | Reflection broker. |
| ReflectionAnnotation | Docblock parser. |
| ReflectionBase | Basic abstract TokenReflection class. |
| ReflectionClass | Tokenized class reflection. |
| ReflectionConstant | Tokenized constant reflection. |
| ReflectionElement | Basic class for reflection elements. |
| ReflectionFile | Processed file class. |
| ReflectionFileNamespace | Reflection of a namespace parsed from a file. |
| ReflectionFunction | Tokenized function reflection. |
| ReflectionFunctionBase | Base abstract class for tokenized function and method. |
| ReflectionMethod | Tokenized class method reflection. |
| ReflectionNamespace | Tokenized namespace reflection. |
| ReflectionParameter | Tokenized function/method parameter reflection. |
| ReflectionProperty | Tokenized class property reflection. |
| Resolver | TokenReflection Resolver class. |
| IReflection | Basic TokenReflection interface. |
| IReflectionClass | Common reflection classes interface. |
| IReflectionConstant | Common reflection constant interface. |
| IReflectionExtension | Common reflection extension interface. |
| IReflectionFunction | Common reflection function interface. |
| IReflectionFunctionBase | Common reflection function\method interface. |
| IReflectionMethod | Common reflection method interface. |
| IReflectionNamespace | Common reflection namespace interface. |
| IReflectionParameter | Common reflection parameter interface. |
| IReflectionProperty | Common reflection property interface. |