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_;3422 Stmt\PropertyProperty $property,3482 Stmt\ClassLike $class,3630 if ($stmt instanceof Stmt\Nop) {3641 if ($stmt instanceof Stmt\Const_) {3656 if ($stmt instanceof Stmt\Function_) {[all …]
Completed in 16 milliseconds