Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
AbstractLexer.php
AbstractLexer::$lookahead
The next token in the input.
Type:
Token|null
File
vendor/
doctrine/
lexer/
src/
AbstractLexer.php
, line 61
Class
AbstractLexer
Base class for writing simple lexers, i.e. for creating small DSLs.
Namespace
Doctrine\Common\Lexer
Code
public $lookahead;
RSS feed