private property Lexer::$tokens

Type: array Array of scanned tokens

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php, line 36

Class

Lexer
Base class for writing simple lexers, i.e. for creating small DSLs.

Namespace

Doctrine\Common

Code

private $tokens = array();