Home
last modified time | relevance | path

Searched refs:getKeywordString (Results 1 – 6 of 6) sorted by relevance

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DKeywordEmulator.php8 abstract public function getKeywordString(): string; function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
12 return strpos(strtolower($code), $this->getKeywordString()) !== false;
26 $keywordString = $this->getKeywordString();
H A DMatchTokenEmulator.php12 public function getKeywordString(): string { function in PhpParser\\Lexer\\TokenEmulator\\MatchTokenEmulator
H A DPropertyTokenEmulator.php12 public function getKeywordString(): string { function in PhpParser\\Lexer\\TokenEmulator\\PropertyTokenEmulator
H A DReadonlyFunctionTokenEmulator.php15 public function getKeywordString(): string { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyFunctionTokenEmulator
H A DEnumTokenEmulator.php12 public function getKeywordString(): string { function in PhpParser\\Lexer\\TokenEmulator\\EnumTokenEmulator
H A DReadonlyTokenEmulator.php12 public function getKeywordString(): string { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyTokenEmulator

Completed in 9 milliseconds