Searched refs:getEndPos (Results 1 – 4 of 4) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | Token.php | 10 public function getEndPos(): int { function in PhpParser\\Token
|
H A D | Lexer.php | 109 'endFilePos' => $lastToken->getEndPos(), 114 $tokens[] = new Token(0, "\0", $lastToken->getEndLine(), $lastToken->getEndPos());
|
H A D | ParserAbstract.php | 897 $token->getEndLine(), $token->getEndPos() - 1, $tokenPos) 899 $token->getEndLine(), $token->getEndPos() - 1, $tokenPos);
|
/PHP-Parser/lib/PhpParser/NodeVisitor/ |
H A D | CommentAnnotatingVisitor.php | 51 $token->getEndLine(), $token->getEndPos() - 1, $pos); 57 $token->getEndLine(), $token->getEndPos() - 1, $pos);
|
Completed in 13 milliseconds