Lines Matching refs:Stmt
11 use PhpParser\Node\Stmt; alias
12 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,
4800 function handlePreprocessorConditions(array &$conds, Stmt $stmt): ?string {
4851 if ($stmt instanceof Stmt\Nop) {
4855 if ($stmt instanceof Stmt\Namespace_) {
4860 if ($stmt instanceof Stmt\Const_) {
4878 if ($stmt instanceof Stmt\Function_) {
4892 if ($stmt instanceof Stmt\ClassLike) {
4900 if ($classStmt instanceof Stmt\Nop) {
4905 $abstractFlag = $stmt instanceof Stmt\Interface_ ? Modifiers::ABSTRACT : 0;
4907 if ($classStmt instanceof Stmt\ClassConst) {
4922 } else if ($classStmt instanceof Stmt\Property) {
4939 } else if ($classStmt instanceof Stmt\ClassMethod) {
4953 } else if ($classStmt instanceof Stmt\EnumCase) {
4967 if ($stmt instanceof Stmt\Expression) {