1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-03 09:47:59 +01:00
PHP-Parser/lib/PhpParser/Node/Stmt
Nikita Popov a79306ccd9 Rename StaticVar::$name to $var
As it now holds a Variable
2017-01-19 23:35:31 +01:00
..
TraitUseAdaptation Drop support for old Node format 2015-05-02 22:17:34 +02:00
Break_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Case_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Catch_.php Adjust code for constitent var mode 2017-01-19 23:32:49 +01:00
Class_.php Drop deprecated $type subnodes 2017-01-19 21:00:44 +01:00
ClassConst.php Cleanup imports 2016-11-23 22:58:18 +01:00
ClassLike.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
ClassMethod.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Const_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Continue_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Declare_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
DeclareDeclare.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Do_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Echo_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Else_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
ElseIf_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Expression.php Add expression statement mode 2016-12-24 23:54:24 +01:00
Finally_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
For_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Foreach_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Function_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Global_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Goto_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
GroupUse.php Cleanup imports 2016-11-23 22:58:18 +01:00
HaltCompiler.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
If_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
InlineHTML.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Interface_.php Cleanup imports 2016-11-23 22:58:18 +01:00
Label.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Namespace_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Nop.php Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
Property.php Drop deprecated $type subnodes 2017-01-19 21:00:44 +01:00
PropertyProperty.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Return_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Static_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
StaticVar.php Rename StaticVar::$name to $var 2017-01-19 23:35:31 +01:00
Switch_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Throw_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Trait_.php Bring Trait constructor in line with Class/interface 2016-07-22 17:01:51 +02:00
TraitUse.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
TraitUseAdaptation.php Use real properties for storing subnodes 2015-03-09 08:54:20 +01:00
TryCatch.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00
Unset_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Use_.php Support mixed group use declarations 2015-06-13 11:27:38 +02:00
UseUse.php Cleanup imports 2016-11-23 22:58:18 +01:00
While_.php Update doc comments to be more specific 2017-01-19 22:49:18 +01:00