Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DComment.php12 protected int $endTokenPos; variable in PhpParser\\Comment
25 int $endLine = -1, int $endFilePos = -1, int $endTokenPos = -1 argument
33 $this->endTokenPos = $endTokenPos;
98 return $this->endTokenPos;
206 'endTokenPos' => $this->endTokenPos,
/PHP-Parser/test/PhpParser/
H A DCodeParsingTest.php77 $endTokenPos = $node->getEndTokenPos();
80 $startTokenPos < 0 || $endTokenPos < 0
87 $endTokenPos < $startTokenPos
/PHP-Parser/doc/component/
H A DLexer.markdown70 …* `endTokenPos`: Offset into the token array of the last token in the node. Used by `$node->getEnd…
75 token will have `startTokenPos == endTokenPos` rather than `startTokenPos + 1 == endTokenPos`. This…
76 zero-length node will have `startTokenPos -1 == endTokenPos`.
H A DJSON_representation.markdown49 "endTokenPos": 2
/PHP-Parser/
H A DUPGRADE-5.0.md495 …`startLine`, `endLine`, `startFilePos`, `endFilePos`, `startTokenPos` and `endTokenPos` attributes.
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 25 milliseconds