Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php478 * @param int $tokenEndPos Token position the node ends at
481 protected function getAttributes(int $tokenStartPos, int $tokenEndPos): array { argument
483 $afterEndToken = $this->tokens[$tokenEndPos + 1];
489 'endTokenPos' => $tokenEndPos,
942 protected function maybeCreateNop(int $tokenStartPos, int $tokenEndPos): ?Nop { argument
946 return new Nop($this->getAttributes($tokenStartPos, $tokenEndPos));

Completed in 11 milliseconds