/PHP-Parser/test/PhpParser/Builder/ |
H A D | PropertyTest.php | 29 ->getNode() 42 ->getNode() 55 ->getNode() 68 ->getNode() 81 ->getNode(); 88 ->getNode(); 95 ->getNode(); 110 ->getNode(); 129 ->getNode() 144 ->getNode() [all …]
|
H A D | TraitUseAdaptationTest.php | 20 (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 D | ClassConstTest.php | 26 ->getNode() 41 ->getNode() 56 ->getNode() 71 ->getNode() 89 ->getNode(); 108 ->getNode(); 130 ->getNode(); 148 ->getNode(); 162 ->getNode()
|
H A D | InterfaceTest.php | 27 $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 D | MethodTest.php | 29 ->getNode() 43 ->getNode() 55 ->getNode() 69 ->getNode() 88 ->getNode() 107 ->getNode() 124 ->getNode(); 140 ->getNode(); 150 ->getNode();
|
H A D | UseTest.php | 15 $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 D | ClassTest.php | 26 ->getNode() 46 ->getNode() 60 ->getNode() 74 ->getNode() 100 ->getNode() 119 ->getNode(); 132 ->getNode(); 153 ->getNode();
|
H A D | ParamTest.php | 27 ->getNode() 95 ->getNode() 187 ->getNode() 199 ->getNode() 211 ->getNode() 223 ->getNode() 233 ->getNode() 245 ->getNode() 255 ->getNode() 267 ->getNode() [all …]
|
H A D | EnumTest.php | 23 ->getNode() 40 ->getNode() 65 ->getNode() 84 ->getNode(); 97 ->getNode(); 118 ->getNode();
|
H A D | FunctionTest.php | 26 ->getNode() 45 ->getNode() 64 ->getNode() 82 ->getNode(); 98 ->getNode(); 108 ->getNode();
|
H A D | NamespaceTest.php | 29 ->getNode() 37 ->getNode() 41 $node = $this->createNamespaceBuilder(null)->getNode();
|
H A D | EnumCaseTest.php | 23 ->getNode(); 47 ->getNode(); 65 ->getNode()
|
H A D | TraitUseTest.php | 16 ->getNode() 32 ->getNode()
|
H A D | TraitTest.php | 42 ->getNode(); 107 ->getNode()
|
/PHP-Parser/lib/PhpParser/ |
H A D | Builder.php | 11 public function getNode(): Node; function
|
/PHP-Parser/lib/PhpParser/Builder/ |
H A D | Namespace_.php | 42 public function getNode(): Node { function in PhpParser\\Builder\\Namespace_
|
H A D | TraitUse.php | 62 public function getNode(): Node { function in PhpParser\\Builder\\TraitUse
|
H A D | Use_.php | 44 public function getNode(): Node { function in PhpParser\\Builder\\Use_
|
H A D | Function_.php | 58 public function getNode(): Node { function in PhpParser\\Builder\\Function_
|
H A D | EnumCase.php | 78 public function getNode(): PhpParser\Node { function in PhpParser\\Builder\\EnumCase
|
H A D | Interface_.php | 87 public function getNode(): PhpParser\Node { function in PhpParser\\Builder\\Interface_
|
H A D | Trait_.php | 75 public function getNode(): PhpParser\Node { function in PhpParser\\Builder\\Trait_
|
H A D | Enum_.php | 108 public function getNode(): PhpParser\Node { function in PhpParser\\Builder\\Enum_
|
H A D | Method.php | 137 public function getNode(): Node { function in PhpParser\\Builder\\Method
|
H A D | ClassConst.php | 141 public function getNode(): PhpParser\Node { function in PhpParser\\Builder\\ClassConst
|