mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-30 04:29:15 +01:00
0483391aca
With the upcoming addition of intersection types, a type can be Identifier|Name|NullableType|UnionType|IntersectionType, which is quite the mouthful. Give NullableType and UnionType a common base class ComplexType, which does not have any behavior, but allows to write these types (and check them in instanceof) more easily. |
||
---|---|---|
.. | ||
Expr | ||
Name | ||
Scalar | ||
Stmt | ||
Arg.php | ||
Attribute.php | ||
AttributeGroup.php | ||
ComplexType.php | ||
Const_.php | ||
Expr.php | ||
FunctionLike.php | ||
Identifier.php | ||
MatchArm.php | ||
Name.php | ||
NullableType.php | ||
Param.php | ||
Scalar.php | ||
Stmt.php | ||
UnionType.php | ||
VarLikeIdentifier.php |