Home
last modified time | relevance | path

Searched refs:isKeywordContext (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DEnumTokenEmulator.php20 protected function isKeywordContext(array $tokens, int $pos): bool { function in PhpParser\\Lexer\\TokenEmulator\\EnumTokenEmulator
21 return parent::isKeywordContext($tokens, $pos)
H A DReadonlyTokenEmulator.php20 protected function isKeywordContext(array $tokens, int $pos): bool { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyTokenEmulator
21 if (!parent::isKeywordContext($tokens, $pos)) {
H A DKeywordEmulator.php16 protected function isKeywordContext(array $tokens, int $pos): bool { function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
29 && $this->isKeywordContext($tokens, $i)) {
H A DAsymmetricVisibilityTokenEmulator.php30 $this->isKeywordContext($tokens, $i)
72 protected function isKeywordContext(array $tokens, int $pos): bool { function in PhpParser\\Lexer\\TokenEmulator\\AsymmetricVisibilityTokenEmulator

Completed in 6 milliseconds