Searched refs:Stmt (Results 1 – 1 of 1) sorted by relevance
9 use PhpParser\Node\Stmt; alias10 use PhpParser\Node\Stmt\Class_;11 use PhpParser\Node\Stmt\Enum_;12 use PhpParser\Node\Stmt\Interface_;13 use PhpParser\Node\Stmt\Trait_;2376 Stmt\PropertyProperty $property,2543 if ($stmt instanceof Stmt\Nop) {2547 if ($stmt instanceof Stmt\Namespace_) {2553 if ($stmt instanceof Stmt\Function_) {2565 if ($stmt instanceof Stmt\ClassLike) {[all …]
Completed in 15 milliseconds