Searched refs:tokenEndPos (Results 1 – 1 of 1) sorted by relevance
476 * @param int $tokenEndPos Token position the node ends at479 protected function getAttributes(int $tokenStartPos, int $tokenEndPos): array { argument481 $afterEndToken = $this->tokens[$tokenEndPos + 1];487 'endTokenPos' => $tokenEndPos,940 protected function maybeCreateNop(int $tokenStartPos, int $tokenEndPos): ?Nop { argument944 return new Nop($this->getAttributes($tokenStartPos, $tokenEndPos));
Completed in 6 milliseconds