namespace Doctrine\Common\Annotations

Classsort descending Location Description
Annotation drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Annotation.php Annotations class
AnnotationException drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationException.php Description of AnnotationException
AnnotationReader drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationReader.php A reader for docblock annotations.
AnnotationRegistry drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/AnnotationRegistry.php AnnotationRegistry
CachedReader drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/CachedReader.php A cache aware annotation reader.
DocLexer drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocLexer.php Simple lexer for docblock annotations.
DocParser drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocParser.php A parser for docblock annotations.
FileCacheReader drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/FileCacheReader.php File cache reader for annotations.
IndexedReader drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/IndexedReader.php Allows the reader to be used in-place of Doctrine's reader.
PhpParser drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/PhpParser.php Parses a file for namespaces/use/class declarations.
Reader drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/Reader.php Interface for annotation readers.
SimpleAnnotationReader drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/SimpleAnnotationReader.php Simple Annotation Reader.
TokenParser drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/TokenParser.php Parses a file for namespaces/use/class declarations.