Searched refs:isKeywordContext (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/ | ||
H A D | EnumTokenEmulator.php | 20 protected function isKeywordContext(array $tokens, int $pos): bool { function in PhpParser\\Lexer\\TokenEmulator\\EnumTokenEmulator |
H A D | ReadonlyTokenEmulator.php | 20 protected function isKeywordContext(array $tokens, int $pos): bool { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyTokenEmulator |
H A D | KeywordEmulator.php | 16 protected function isKeywordContext(array $tokens, int $pos): bool { function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator |
H A D | AsymmetricVisibilityTokenEmulator.php | 30 $this->isKeywordContext($tokens, $i) |
Completed in 5 milliseconds