Lines Matching refs:Stmt
9 use PhpParser\Node\Stmt; alias
10 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,
3582 function handlePreprocessorConditions(array &$conds, Stmt $stmt): ?string {
3630 if ($stmt instanceof Stmt\Nop) {
3634 if ($stmt instanceof Stmt\Namespace_) {
3641 if ($stmt instanceof Stmt\Const_) {
3656 if ($stmt instanceof Stmt\Function_) {
3669 if ($stmt instanceof Stmt\ClassLike) {
3677 if ($classStmt instanceof Stmt\Nop) {
3682 $abstractFlag = $stmt instanceof Stmt\Interface_ ? Class_::MODIFIER_ABSTRACT : 0;
3684 if ($classStmt instanceof Stmt\ClassConst) {
3696 } else if ($classStmt instanceof Stmt\Property) {
3711 } else if ($classStmt instanceof Stmt\ClassMethod) {
3724 } else if ($classStmt instanceof Stmt\EnumCase) {
3738 if ($stmt instanceof Stmt\Expression) {