1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 18:28:25 +01:00
PHP-Parser/lib/PhpParser/Node/Stmt
Nikita Popov 7eac2cfd8b Introduce Nop statement to collect dangling comments
A Nop statement will be inserted into statement lists if there are
any trailing comments in the list (which would otherwise not be
associated with any node).

The pretty printer output currently still contains a superfluous
newline.
2016-03-09 19:48:36 +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 Drop support for old Node format 2015-05-02 22:17:34 +02:00
Catch_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Class_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
ClassConst.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
ClassLike.php Add ClassLike::getMethod($name) 2015-07-14 17:07:45 +02:00
ClassMethod.php Fix implicit visibility for properties as well 2015-07-05 20:17:52 +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 Fix implicit visibility for properties as well 2015-07-05 20:17:52 +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 Drop support for old Node format 2015-05-02 22:17:34 +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