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
2011-10-20 23:06:38 +02:00
..
Break.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
Case.php Swap argument order for Node_Case 2011-09-30 19:19:17 +02:00
Catch.php Make some doc comments more precise 2011-09-23 18:45:29 +02:00
Class.php Instantiate a Node_Name for 'static', too. Fix some doc comments. 2011-08-19 17:44:42 +02:00
ClassConst.php Add shared Node_Const 2011-09-23 21:00:59 +02:00
ClassMethod.php Add checks against use of self / parent class names and static constructors 2011-08-04 12:03:34 +02:00
Const.php Add shared Node_Const 2011-09-23 21:00:59 +02:00
Continue.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
Declare.php Add missing doc and pretty print for Stmt_Declare 2011-09-23 18:53:11 +02:00
DeclareDeclare.php Add missing doc and pretty print for Stmt_Declare 2011-09-23 18:53:11 +02:00
Do.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Echo.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
Else.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
ElseIf.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
For.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Foreach.php Move Variable to Expr_Variable, move Stmt_FuncParam to Param (as it is used both in stmts and expr and both in funcs and methods) 2011-08-14 18:51:42 +02:00
Func.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Global.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
Goto.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
HaltCompiler.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
If.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
InlineHTML.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
Interface.php Instantiate a Node_Name for 'static', too. Fix some doc comments. 2011-08-19 17:44:42 +02:00
Label.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
Namespace.php Allow __halt_compiler(); after braced namespaces 2011-10-20 23:06:38 +02:00
Property.php Add more specialized constructors 2011-10-15 19:28:15 +02:00
PropertyProperty.php Add more specialized constructors 2011-10-15 19:28:15 +02:00
Return.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
Static.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
StaticVar.php Add more specialized constructors 2011-10-15 19:28:15 +02:00
Switch.php Rename caseList to cases in Node_Stmt_Switch 2011-10-15 19:30:48 +02:00
Throw.php Remove useless condition from Throw printer 2011-09-30 19:30:33 +02:00
TryCatch.php Add more specialized constructors 2011-10-15 19:28:15 +02:00
Unset.php Add specialized constructors for statement nodes with only one subnode 2011-09-22 20:27:12 +02:00
Use.php Add more specialized constructors 2011-10-15 19:28:15 +02:00
UseUse.php Add more specialized constructors 2011-10-15 19:28:15 +02:00
While.php Add more specialized constructors 2011-10-15 19:28:15 +02:00