class Stmt
Hierarchy
- class \PhpParser\NodeAbstract implements \PhpParser\Node, \PhpParser\JsonSerializable
- class \PhpParser\Node\Stmt extends \PhpParser\NodeAbstract
Expanded class hierarchy of Stmt
31 files declare their use of Stmt
- AssertTypeSpecifyingExtensionHelper.php in vendor/
phpstan/ phpstan-phpunit/ src/ Type/ PHPUnit/ Assert/ AssertTypeSpecifyingExtensionHelper.php - Block.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Stmt/ Block.php - BuilderHelpers.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ BuilderHelpers.php - ClassConst.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ ClassConst.php - Class_.php in vendor/
nikic/ php-parser/ lib/ PhpParser/ Builder/ Class_.php
1 string reference to 'Stmt'
- Clover::process in vendor/
phpunit/ php-code-coverage/ src/ Report/ Clover.php
File
-
vendor/
nikic/ php-parser/ lib/ PhpParser/ Node/ Stmt.php, line 7
Namespace
PhpParser\NodeView source
abstract class Stmt extends NodeAbstract {
}