1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-02 17:28:27 +01:00
PHP-Parser/lib/PhpParser/Node/Stmt
Nikita Popov 18129480ae Rename $type subnode to $flags
Type makes it sound like a type-hint, and on a number of other nodes
$type is used for exactly that. Use $flags to hold modifiers instead.
2016-07-25 13:33:19 +02: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 Drop support for old Node format 2015-05-02 22:17:34 +02:00
Catch_.php PHP 7.1: Support multi-catch 2016-07-22 15:40:00 +02:00
Class_.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
ClassConst.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02:00
ClassLike.php Add ClassLike::getMethod($name) 2015-07-14 17:07:45 +02:00
ClassMethod.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02: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 Distinguish declare(); and declare(){} 2015-12-07 12:12:00 +01:00
DeclareDeclare.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Do_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Echo_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Else_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
ElseIf_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
For_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Foreach_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Function_.php Merge branch '1.x' 2015-07-02 18:09:38 +02: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 Add partial group use support 2015-06-12 23:05:28 +02:00
HaltCompiler.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
If_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
InlineHTML.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Interface_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Label.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Namespace_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Nop.php Introduce Nop statement to collect dangling comments 2016-03-09 19:48:36 +01:00
Property.php Rename $type subnode to $flags 2016-07-25 13:33:19 +02: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 Drop support for old Node format 2015-05-02 22:17:34 +02: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 Drop support for old Node format 2015-05-02 22:17:34 +02: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 Support mixed group use declarations 2015-06-13 11:27:38 +02:00
While_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00