Home
last modified time | relevance | path

Searched refs:getNode (Results 1 – 25 of 33) sorted by relevance

12

/PHP-Parser/test/PhpParser/Builder/
H A DPropertyTest.php29 ->getNode()
42 ->getNode()
55 ->getNode()
68 ->getNode()
81 ->getNode();
88 ->getNode();
95 ->getNode();
110 ->getNode();
129 ->getNode()
144 ->getNode()
[all …]
H A DTraitUseAdaptationTest.php20 (clone $builder)->as('bar')->getNode()
25 (clone $builder)->makePublic()->getNode()
30 (clone $builder)->makeProtected()->getNode()
35 (clone $builder)->makePrivate()->getNode()
42 ->getNode()
103 ->getNode()
H A DClassConstTest.php26 ->getNode()
41 ->getNode()
56 ->getNode()
71 ->getNode()
89 ->getNode();
108 ->getNode();
130 ->getNode();
148 ->getNode();
162 ->getNode()
H A DInterfaceTest.php27 $contract = $this->createInterfaceBuilder()->getNode();
34 ->extend('Space\Root1', 'Root2')->getNode();
47 $contract = $this->createInterfaceBuilder()->addStmt($method)->getNode();
55 $contract = $this->createInterfaceBuilder()->addStmt($const)->getNode();
67 ->getNode()
77 ->getNode();
93 ->getNode();
114 ->getNode()
H A DMethodTest.php29 ->getNode()
43 ->getNode()
55 ->getNode()
69 ->getNode()
88 ->getNode()
107 ->getNode()
124 ->getNode();
140 ->getNode();
150 ->getNode();
H A DUseTest.php15 $node = $this->createUseBuilder('Foo\Bar')->getNode();
20 $node = $this->createUseBuilder(new Name('Foo\Bar'))->as('XYZ')->getNode();
25 $node = $this->createUseBuilder('foo\bar', Stmt\Use_::TYPE_FUNCTION)->as('foo')->getNode();
30 $node = $this->createUseBuilder('foo\BAR', Stmt\Use_::TYPE_CONSTANT)->as('FOO')->getNode();
H A DClassTest.php26 ->getNode()
46 ->getNode()
60 ->getNode()
74 ->getNode()
100 ->getNode()
119 ->getNode();
132 ->getNode();
153 ->getNode();
H A DParamTest.php27 ->getNode()
95 ->getNode()
187 ->getNode()
199 ->getNode()
211 ->getNode()
223 ->getNode()
233 ->getNode()
245 ->getNode()
255 ->getNode()
267 ->getNode()
[all …]
H A DEnumTest.php23 ->getNode()
40 ->getNode()
65 ->getNode()
84 ->getNode();
97 ->getNode();
118 ->getNode();
H A DFunctionTest.php26 ->getNode()
45 ->getNode()
64 ->getNode()
82 ->getNode();
98 ->getNode();
108 ->getNode();
H A DNamespaceTest.php29 ->getNode()
37 ->getNode()
41 $node = $this->createNamespaceBuilder(null)->getNode();
H A DEnumCaseTest.php23 ->getNode();
47 ->getNode();
65 ->getNode()
H A DTraitUseTest.php16 ->getNode()
32 ->getNode()
H A DTraitTest.php42 ->getNode();
107 ->getNode()
/PHP-Parser/lib/PhpParser/
H A DBuilder.php11 public function getNode(): Node; function
/PHP-Parser/lib/PhpParser/Builder/
H A DNamespace_.php42 public function getNode(): Node { function in PhpParser\\Builder\\Namespace_
H A DTraitUse.php62 public function getNode(): Node { function in PhpParser\\Builder\\TraitUse
H A DUse_.php44 public function getNode(): Node { function in PhpParser\\Builder\\Use_
H A DFunction_.php58 public function getNode(): Node { function in PhpParser\\Builder\\Function_
H A DEnumCase.php78 public function getNode(): PhpParser\Node { function in PhpParser\\Builder\\EnumCase
H A DInterface_.php87 public function getNode(): PhpParser\Node { function in PhpParser\\Builder\\Interface_
H A DTrait_.php75 public function getNode(): PhpParser\Node { function in PhpParser\\Builder\\Trait_
H A DEnum_.php108 public function getNode(): PhpParser\Node { function in PhpParser\\Builder\\Enum_
H A DMethod.php137 public function getNode(): Node { function in PhpParser\\Builder\\Method
H A DClassConst.php141 public function getNode(): PhpParser\Node { function in PhpParser\\Builder\\ClassConst

Completed in 57 milliseconds

12