Home
last modified time | relevance | path

Searched defs:stmt (Results 1 – 10 of 10) sorted by relevance

/PHP-Parser/lib/PhpParser/Builder/
H A DDeclaration.php19 abstract public function addStmt($stmt);
H A DNamespace_.php31 public function addStmt($stmt) {
H A DFunction_.php34 public function addStmt($stmt) {
H A DTrait_.php39 public function addStmt($stmt) {
H A DInterface_.php53 public function addStmt($stmt) {
H A DMethod.php109 public function addStmt($stmt) {
H A DEnum_.php72 public function addStmt($stmt) {
H A DClass_.php106 public function addStmt($stmt) {
/PHP-Parser/test/PhpParser/NodeVisitor/
H A DNameResolverTest.php401 public function testError(Node $stmt, $errorMsg): void {
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php615 private function fixupNamespaceAttributes(Node\Stmt\Namespace_ $stmt): void {

Completed in 17 milliseconds