You are here

abstract protected function AbstractLexer::getNonCatchablePatterns in Plug 7

Lexical non-catchable patterns.

Return value

array

1 call to AbstractLexer::getNonCatchablePatterns()
AbstractLexer::scan in lib/doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php
Scans the input string for tokens.
1 method overrides AbstractLexer::getNonCatchablePatterns()
DocLexer::getNonCatchablePatterns in lib/doctrine/annotations/lib/Doctrine/Common/Annotations/DocLexer.php
Lexical non-catchable patterns.

File

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

Class

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

Namespace

Doctrine\Common\Lexer

Code

protected abstract function getNonCatchablePatterns();