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