Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php477 * @param int $tokenStartPos Token position the node starts at
481 protected function getAttributes(int $tokenStartPos, int $tokenEndPos): array { argument
482 $startToken = $this->tokens[$tokenStartPos];
486 'startTokenPos' => $tokenStartPos,
942 protected function maybeCreateNop(int $tokenStartPos, int $tokenEndPos): ?Nop { argument
943 if ($this->getCommentBeforeToken($tokenStartPos) === null) {
946 return new Nop($this->getAttributes($tokenStartPos, $tokenEndPos));

Completed in 6 milliseconds