Searched refs:Stmt (Results 1 – 1 of 1) sorted by relevance
11 use PhpParser\Node\Stmt; alias12 use PhpParser\Node\Stmt\Class_;13 use PhpParser\Node\Stmt\Enum_;14 use PhpParser\Node\Stmt\Interface_;15 use PhpParser\Node\Stmt\Trait_;4595 Stmt\PropertyProperty $property,4662 Stmt\ClassLike $class,4851 if ($stmt instanceof Stmt\Nop) {4860 if ($stmt instanceof Stmt\Const_) {4878 if ($stmt instanceof Stmt\Function_) {[all …]
Completed in 32 milliseconds