abstract protected function Lexer::getCatchablePatterns

Lexical catchable patterns.

Return value

array

1 call to Lexer::getCatchablePatterns()
Lexer::scan in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Lexer.php
Scans the input string for tokens.
1 method overrides Lexer::getCatchablePatterns()
DocLexer::getCatchablePatterns in drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Annotations/DocLexer.php
Lexical catchable patterns.

File

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

Class

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

Namespace

Doctrine\Common

Code

protected abstract function getCatchablePatterns();