Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DComment.php9 protected int $startTokenPos; variable in PhpParser\\Comment
20 * @param int $startTokenPos Token offset the comment started on
24 int $startLine = -1, int $startFilePos = -1, int $startTokenPos = -1, argument
30 $this->startTokenPos = $startTokenPos;
70 return $this->startTokenPos;
203 'tokenPos' => $this->startTokenPos,
/PHP-Parser/test/PhpParser/
H A DCodeParsingTest.php76 $startTokenPos = $node->getStartTokenPos();
80 $startTokenPos < 0 || $endTokenPos < 0
87 $endTokenPos < $startTokenPos
/PHP-Parser/doc/component/
H A DLexer.markdown69 …* `startTokenPos`: Offset into the token array of the first token in the node. Used by `$node->get…
75 token will have `startTokenPos == endTokenPos` rather than `startTokenPos + 1 == endTokenPos`. This…
76 zero-length node will have `startTokenPos -1 == endTokenPos`.
/PHP-Parser/
H A DUPGRADE-5.0.md495 …he `comments`, `startLine`, `endLine`, `startFilePos`, `endFilePos`, `startTokenPos` and `endToken…
506 'startTokenPos', 'endTokenPos',
H A DCHANGELOG.md136 The comments, startLine, endLine, startTokenPos, endTokenPos, startFilePos, and endFilePos
/PHP-Parser/doc/
H A D2_Usage_of_basic_components.markdown209 By default, the parser adds the `startLine`, `endLine`, `startTokenPos`, `endTokenPos`,

Completed in 17 milliseconds