API Reference
Namespaces
PhpParser
Builder
Comment
ErrorHandler
Lexer
Node
Expr
Name
Scalar
Stmt
NodeVisitor
Parser
PrettyPrinter
PHPStan
Analyser
BetterReflection
Broker
Classes
Collectors
Command
DependencyInjection
Diagnose
File
Node
Parser
Php
PhpDoc
PhpDocParser
Reflection
Rules
Testing
Type
none
Classes
Arg
Attribute
AttributeGroup
ComplexType
Const_
Expr
Identifier
IntersectionType
MatchArm
Name
NullableType
Param
Scalar
Stmt
UnionType
VariadicPlaceholder
VarLikeIdentifier
Interfaces
FunctionLike
Overview
Namespace
Class
Tree
1:
<?php
declare
(strict_types=
1
);
2:
3:
namespace
PhpParser\Node;
4:
5:
use
PhpParser\NodeAbstract;
6:
7:
abstract
class
Stmt
extends
NodeAbstract
8:
{
9:
}
10: