php-parser/lib/PhpParser/Node/Expr
Nikita Popov 3ad0d4b310 Add support for return type declarations [PHP 7]
This adds an additional "returnType" subnode to Stmt\Function_,
Stmt\ClassMethod and Expr\Closure, as well as the corresponding
support in the name resolver and pretty printer.
2015-03-12 22:16:12 +01:00
..
AssignOp Add support for pow operator (PHP 5.6) 2014-03-26 19:18:16 +01:00
BinaryOp Add support for pow operator (PHP 5.6) 2014-03-26 19:18:16 +01:00
Cast Make autoloader for new names PSR-0 compliant 2014-04-02 09:44:45 +02:00
Array_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ArrayDimFetch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ArrayItem.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Assign.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
AssignOp.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
AssignRef.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
BinaryOp.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
BitwiseNot.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
BooleanNot.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Cast.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ClassConstFetch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Clone_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Closure.php Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
ClosureUse.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ConstFetch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Empty_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ErrorSuppress.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Eval_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Exit_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
FuncCall.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Include_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Instanceof_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Isset_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
List_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
MethodCall.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
New_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PostDec.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PostInc.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PreDec.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PreInc.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Print_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PropertyFetch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ShellExec.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
StaticCall.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
StaticPropertyFetch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Ternary.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
UnaryMinus.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
UnaryPlus.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Variable.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Yield_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00