1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/lib/PhpParser/Node/Stmt
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
..
TraitUseAdaptation Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Break_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Case_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Catch_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Class_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ClassConst.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ClassLike.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ClassMethod.php Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
Const_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Continue_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Declare_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
DeclareDeclare.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Do_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Echo_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Else_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
ElseIf_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
For_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Foreach_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Function_.php Add support for return type declarations [PHP 7] 2015-03-12 22:16:12 +01:00
Global_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Goto_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
HaltCompiler.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
If_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
InlineHTML.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Interface_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Label.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Namespace_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Property.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
PropertyProperty.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Return_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Static_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
StaticVar.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Switch_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Throw_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Trait_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
TraitUse.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
TraitUseAdaptation.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
TryCatch.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Unset_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
Use_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
UseUse.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
While_.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00