1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-12 09:29:47 +01:00
PHP-Parser/lib/PhpParser/Node/Stmt
Nikita Popov 993f29906b Avoid parent constructor call during node construction
Instead explicitly assign the attributes. This is a minor
performance improvement.
2019-05-12 14:55:21 +02:00
..
TraitUseAdaptation Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Break_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Case_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Catch_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Class_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
ClassConst.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
ClassLike.php [CS] Open class brackets in new line 2018-01-13 16:03:55 +01:00
ClassMethod.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Const_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Continue_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Declare_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
DeclareDeclare.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Do_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Echo_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Else_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
ElseIf_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Expression.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Finally_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
For_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Foreach_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Function_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Global_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Goto_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
GroupUse.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
HaltCompiler.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
If_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
InlineHTML.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Interface_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Label.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Namespace_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Nop.php Add public visibility to getType method (#463) 2018-01-10 18:57:48 +01:00
Property.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
PropertyProperty.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Return_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Static_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
StaticVar.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Switch_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Throw_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Trait_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
TraitUse.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
TraitUseAdaptation.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
TryCatch.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Unset_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
Use_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
UseUse.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00
While_.php Avoid parent constructor call during node construction 2019-05-12 14:55:21 +02:00