Home
last modified time | relevance | path

Searched refs:AttributeGroup (Results 1 – 25 of 26) sorted by relevance

12

/PHP-Parser/test/code/parser/stmt/
H A Dattributes.test37 0: AttributeGroup(
100 0: AttributeGroup(
122 0: AttributeGroup(
142 0: AttributeGroup(
170 0: AttributeGroup(
197 0: AttributeGroup(
219 0: AttributeGroup(
244 0: AttributeGroup(
275 0: AttributeGroup(
305 0: AttributeGroup(
[all …]
H A DnewInInitializer.test83 0: AttributeGroup(
/PHP-Parser/lib/PhpParser/Node/
H A DFunctionLike.php37 * @return AttributeGroup[]
H A DAttributeGroup.php7 class AttributeGroup extends NodeAbstract { class
H A DParam.php22 /** @var AttributeGroup[] PHP attribute groups */
/PHP-Parser/test/PhpParser/Builder/
H A DEnumCaseTest.php8 use PhpParser\Node\AttributeGroup; alias
43 $attributeGroup = new AttributeGroup([$attribute]);
H A DTraitTest.php9 use PhpParser\Node\AttributeGroup; alias
103 $attributeGroup = new AttributeGroup([$attribute]);
H A DEnumTest.php9 use PhpParser\Node\AttributeGroup; alias
114 $attributeGroup = new AttributeGroup([$attribute]);
H A DFunctionTest.php9 use PhpParser\Node\AttributeGroup; alias
94 $attributeGroup = new AttributeGroup([$attribute]);
H A DInterfaceTest.php9 use PhpParser\Node\AttributeGroup; alias
89 $attributeGroup = new AttributeGroup([$attribute]);
H A DPropertyTest.php9 use PhpParser\Node\AttributeGroup; alias
118 $attributeGroup = new AttributeGroup([$attribute]);
H A DClassTest.php10 use PhpParser\Node\AttributeGroup; alias
149 $attributeGroup = new AttributeGroup([$attribute]);
H A DClassConstTest.php9 use PhpParser\Node\AttributeGroup; alias
126 $attributeGroup = new AttributeGroup([$attribute]);
H A DMethodTest.php10 use PhpParser\Node\AttributeGroup; alias
136 $attributeGroup = new AttributeGroup([$attribute]);
H A DParamTest.php9 use PhpParser\Node\AttributeGroup; alias
261 $attributeGroup = new AttributeGroup([$attribute]);
/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DEnumCase.php6 use PhpParser\Node\AttributeGroup; alias
/PHP-Parser/test/code/formatPreservation/
H A Dattributes.test32 $attrGroup = new Node\AttributeGroup([
105 $attrGroup = new Node\AttributeGroup([
108 $attrGroup2 = new Node\AttributeGroup([
/PHP-Parser/lib/PhpParser/
H A DBuilderHelpers.php300 public static function normalizeAttribute($attribute): Node\AttributeGroup {
301 if ($attribute instanceof Node\AttributeGroup) {
309 return new Node\AttributeGroup([$attribute]);
H A DPrettyPrinterAbstract.php9 use PhpParser\Node\AttributeGroup; alias
1519 AttributeGroup::class . '->attrs' => ', ',
/PHP-Parser/test/code/parser/expr/
H A DfirstClassCallables.test85 0: AttributeGroup(
/PHP-Parser/test/PhpParser/
H A DBuilderHelpersTest.php216 $attributeGroup = new Node\AttributeGroup([$attribute]);
/PHP-Parser/grammar/
H A Dphp.y222 T_ATTRIBUTE attribute_group optional_comma ']' { $$ = Node\AttributeGroup[$2]; }
/PHP-Parser/
H A DCHANGELOG.md307 * An `addAttribute()` method accepting an `Attribute` or `AttributeGroup` has been adde to all
381 * [PHP 8.0] Added support for attributes. These are represented using a new `AttributeGroup` node
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php76 protected function pAttributeGroup(Node\AttributeGroup $node): string {
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php1334 …$self->semValue = new Node\AttributeGroup($self->semStack[$stackPos-(4-2)], $self->getAttributes($…

Completed in 177 milliseconds

12