Home
last modified time | relevance | path

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

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

Completed in 7 milliseconds