You are here

public property AbstractLexer::$lookahead in Plug 7

The next token in the input.

Type: array

File

lib/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php, line 71

Class

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

Namespace

Doctrine\Common\Lexer

Code

public $lookahead;