abstract protected function AbstractLexer::getNonCatchablePatterns in Service Container 7.2
Same name and namespace in other branches
- 7 modules/providers/service_container_annotation_discovery/lib/Doctrine/lexer/lib/Doctrine/Common/Lexer/AbstractLexer.php \Doctrine\Common\Lexer\AbstractLexer::getNonCatchablePatterns()
Lexical non-catchable patterns.
Return value
array
1 call to AbstractLexer::getNonCatchablePatterns()
- AbstractLexer::scan in modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ lexer/ lib/ Doctrine/ Common/ Lexer/ AbstractLexer.php - Scans the input string for tokens.
1 method overrides AbstractLexer::getNonCatchablePatterns()
- DocLexer::getNonCatchablePatterns in modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ annotations/ lib/ Doctrine/ Common/ Annotations/ DocLexer.php - Lexical non-catchable patterns.
File
- modules/
providers/ service_container_annotation_discovery/ lib/ Doctrine/ lexer/ lib/ Doctrine/ Common/ Lexer/ AbstractLexer.php, line 256
Class
- AbstractLexer
- Base class for writing simple lexers, i.e. for creating small DSLs.
Namespace
Doctrine\Common\LexerCode
protected abstract function getNonCatchablePatterns();