private property Lexer::$position

Type: integer Current lexer position in input string

File

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

Class

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

Namespace

Doctrine\Common

Code

private $position = 0;