php-parser/lib/PhpParser/Node/Expr
Nikita Popov 664c10121e Add support for union types
We definitely need to introduce a general "Type" abstraction in
the next major version.
2019-11-08 14:45:32 +01:00
..
AssignOp Add support for ??= operator 2019-02-09 11:16:26 +01:00
BinaryOp [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Cast add float/double/real KIND support to Cast\Double node 2019-01-05 19:23:00 +01:00
Array_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
ArrayDimFetch.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
ArrayItem.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
ArrowFunction.php Add support for union types 2019-11-08 14:45:32 +01:00
Assign.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
AssignOp.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
AssignRef.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
BinaryOp.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
BitwiseNot.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
BooleanNot.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Cast.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
ClassConstFetch.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Clone_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Closure.php Add support for union types 2019-11-08 14:45:32 +01:00
ClosureUse.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
ConstFetch.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Empty_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Error.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
ErrorSuppress.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Eval_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Exit_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
FuncCall.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Include_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Instanceof_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Isset_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
List_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
MethodCall.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
New_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
PostDec.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
PostInc.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
PreDec.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
PreInc.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Print_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
PropertyFetch.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
ShellExec.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
StaticCall.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
StaticPropertyFetch.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Ternary.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
UnaryMinus.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
UnaryPlus.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Variable.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Yield_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
YieldFrom.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00