mirror of
https://github.com/phabelio/PHP-Parser.git
synced 2024-11-26 20:14:46 +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. |
||
---|---|---|
.. | ||
Class_.php | ||
ClassConst.php | ||
Declaration.php | ||
Function_.php | ||
FunctionLike.php | ||
Interface_.php | ||
Method.php | ||
Namespace_.php | ||
Param.php | ||
Property.php | ||
Trait_.php | ||
TraitUse.php | ||
TraitUseAdaptation.php | ||
Use_.php |