Searched defs:addStmt (Results 1 – 8 of 8) sorted by relevance
/PHP-Parser/lib/PhpParser/Builder/ | ||
H A D | Declaration.php | 19 abstract public function addStmt($stmt); function in PhpParser\\Builder\\Declaration |
H A D | Namespace_.php | 31 public function addStmt($stmt) { function in PhpParser\\Builder\\Namespace_ |
H A D | Function_.php | 34 public function addStmt($stmt) { function in PhpParser\\Builder\\Function_ |
H A D | Trait_.php | 39 public function addStmt($stmt) { function in PhpParser\\Builder\\Trait_ |
H A D | Interface_.php | 53 public function addStmt($stmt) { function in PhpParser\\Builder\\Interface_ |
H A D | Method.php | 109 public function addStmt($stmt) { function in PhpParser\\Builder\\Method |
H A D | Enum_.php | 72 public function addStmt($stmt) { function in PhpParser\\Builder\\Enum_ |
H A D | Class_.php | 106 public function addStmt($stmt) { function in PhpParser\\Builder\\Class_ |
Completed in 14 milliseconds