Home
last modified time | relevance | path

Searched refs:GroupUse (Results 1 – 10 of 10) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DGroupUse.php9 class GroupUse extends Stmt { class
/PHP-Parser/lib/PhpParser/
H A DNodeDumper.php11 use PhpParser\Node\Stmt\GroupUse; alias
94 … && ($node instanceof Use_ || $node instanceof UseItem || $node instanceof GroupUse)) {
H A DPrettyPrinterAbstract.php1509 Stmt\GroupUse::class . '->uses' => ', ',
/PHP-Parser/tools/fuzzing/
H A Dtarget.php93 if ($node instanceof Stmt\GroupUse && $node->prefix->isUnqualified() &&
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php62 } elseif ($node instanceof Stmt\GroupUse) {
/PHP-Parser/grammar/
H A Dphp.y266 { $$ = Stmt\GroupUse[$3, $6, $2]; }
268 { $$ = Stmt\GroupUse[$2, $5, Stmt\Use_::TYPE_UNKNOWN]; }
/PHP-Parser/
H A DCHANGELOG.md949 * Fixed attribute assignment for `GroupUse` prefix and variables in interpolated strings.
1163 * Group use declarations. These are represented using `Stmt\GroupUse` nodes. Furthermore a `type`
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php759 protected function pStmt_GroupUse(Stmt\GroupUse $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php1384 …$self->semValue = new Stmt\GroupUse($self->semStack[$stackPos-(7-3)], $self->semStack[$stackPos-(7…
1387 …$self->semValue = new Stmt\GroupUse($self->semStack[$stackPos-(6-2)], $self->semStack[$stackPos-(6…
H A DPhp8.php1378 …$self->semValue = new Stmt\GroupUse($self->semStack[$stackPos-(7-3)], $self->semStack[$stackPos-(7…
1381 …$self->semValue = new Stmt\GroupUse($self->semStack[$stackPos-(6-2)], $self->semStack[$stackPos-(6…

Completed in 96 milliseconds