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_;
4456 Stmt\PropertyProperty $property,
4523 Stmt\ClassLike $class,
4661 function handlePreprocessorConditions(array &$conds, Stmt $stmt): ?string {
4712 if ($stmt instanceof Stmt\Nop) {
4716 if ($stmt instanceof Stmt\Namespace_) {
4721 if ($stmt instanceof Stmt\Const_) {
4739 if ($stmt instanceof Stmt\Function_) {
4753 if ($stmt instanceof Stmt\ClassLike) {
4761 if ($classStmt instanceof Stmt\Nop) {
4766 $abstractFlag = $stmt instanceof Stmt\Interface_ ? Modifiers::ABSTRACT : 0;
4768 if ($classStmt instanceof Stmt\ClassConst) {
4783 } else if ($classStmt instanceof Stmt\Property) {
4800 } else if ($classStmt instanceof Stmt\ClassMethod) {
4814 } else if ($classStmt instanceof Stmt\EnumCase) {
4828 if ($stmt instanceof Stmt\Expression) {