Home
last modified time | relevance | path

Searched refs:ComplexType (Results 1 – 11 of 11) sorted by relevance

/PHP-Parser/lib/PhpParser/Node/Stmt/
H A DProperty.php7 use PhpParser\Node\ComplexType; alias
17 /** @var null|Identifier|Name|ComplexType Type declaration */
30 * @param null|Identifier|Name|ComplexType $type Type declaration
/PHP-Parser/lib/PhpParser/Node/
H A DComplexType.php12 abstract class ComplexType extends NodeAbstract { class
H A DFunctionLike.php23 * @return null|Identifier|Name|ComplexType
H A DIntersectionType.php5 class IntersectionType extends ComplexType {
H A DUnionType.php5 class UnionType extends ComplexType {
H A DNullableType.php7 class NullableType extends ComplexType {
H A DParam.php10 /** @var null|Identifier|Name|ComplexType Type declaration */
32 * @param null|Identifier|Name|ComplexType $type Type declaration
/PHP-Parser/lib/PhpParser/Builder/
H A DProperty.php12 use PhpParser\Node\ComplexType; alias
22 /** @var null|Identifier|Name|ComplexType */
168 * @param string|Name|Identifier|ComplexType $type
/PHP-Parser/lib/PhpParser/
H A DBuilderHelpers.php5 use PhpParser\Node\ComplexType; alias
157 * @param string|Name|Identifier|ComplexType $type The type to normalize
159 * @return Name|Identifier|ComplexType The normalized type
165 !$type instanceof ComplexType
/PHP-Parser/
H A DUPGRADE-5.0.md311 …now longer accept plain strings. Either an `Identifier` or `Name` (or `ComplexType`) should be pas…
H A DCHANGELOG.md182 or `ComplexType` must be passed.
322 a `ComplexType` parent class for `NullableType`, `UnionType` and `IntersectionType` has been

Completed in 17 milliseconds