Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DKeywordEmulator.php9 abstract public function getKeywordToken(): int; function in PhpParser\\Lexer\\TokenEmulator\\KeywordEmulator
30 $token->id = $this->getKeywordToken();
51 $keywordToken = $this->getKeywordToken();
H A DMatchTokenEmulator.php16 public function getKeywordToken(): int { function in PhpParser\\Lexer\\TokenEmulator\\MatchTokenEmulator
H A DPropertyTokenEmulator.php16 public function getKeywordToken(): int { function in PhpParser\\Lexer\\TokenEmulator\\PropertyTokenEmulator
H A DReadonlyFunctionTokenEmulator.php19 public function getKeywordToken(): int { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyFunctionTokenEmulator
H A DEnumTokenEmulator.php16 public function getKeywordToken(): int { function in PhpParser\\Lexer\\TokenEmulator\\EnumTokenEmulator
H A DReadonlyTokenEmulator.php16 public function getKeywordToken(): int { function in PhpParser\\Lexer\\TokenEmulator\\ReadonlyTokenEmulator

Completed in 11 milliseconds