Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php475 * @param int $tokenStartPos Token position the node starts at
479 protected function getAttributes(int $tokenStartPos, int $tokenEndPos): array { argument
480 $startToken = $this->tokens[$tokenStartPos];
484 'startTokenPos' => $tokenStartPos,
940 protected function maybeCreateNop(int $tokenStartPos, int $tokenEndPos): ?Nop { argument
941 if ($this->getCommentBeforeToken($tokenStartPos) === null) {
944 return new Nop($this->getAttributes($tokenStartPos, $tokenEndPos));

Completed in 6 milliseconds