Home
last modified time | relevance | path

Searched defs:tokenPos (Results 1 – 1 of 1) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php136 protected int $tokenPos; variable in PhpParser\\ParserAbstract
499 protected function getAttributesForToken(int $tokenPos): array {
893 protected function createCommentFromToken(Token $token, int $tokenPos): Comment {
905 protected function getCommentBeforeToken(int $tokenPos): ?Comment {
922 protected function maybeCreateZeroLengthNop(int $tokenPos): ?Nop {
974 protected function createEmptyElemAttributes(int $tokenPos): array {

Completed in 12 milliseconds