You are here

private property TokenParser::$tokens in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php \Doctrine\Common\Annotations\TokenParser::tokens

The token list.

Type: array

File

vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/TokenParser.php, line 35

Class

TokenParser
Parses a file for namespaces/use/class declarations.

Namespace

Doctrine\Common\Annotations

Code

private $tokens;