public property Lexer::$lookahead

Type: array The next token in the input.

File

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

Class

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

Namespace

Doctrine\Common

Code

public $lookahead;