Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Internal/
H A DTokenStream.php57 * @param int|string $expectedTokenType Token to check for
61 public function haveTokenImmediatelyBefore(int $pos, $expectedTokenType): bool { argument
66 if ($token->is($expectedTokenType)) {
82 * @param int|string $expectedTokenType Token to check for
86 public function haveTokenImmediatelyAfter(int $pos, $expectedTokenType): bool { argument
91 if ($token->is($expectedTokenType)) {

Completed in 5 milliseconds