php-parser/lib/PHPParser/Node
nikic 417a8bb07e Add support for yield expressions (PHP 5.5)
This adds a new Yield expression type, with subnodes key and value.
2012-09-07 23:41:57 +02:00
..
Expr Add support for yield expressions (PHP 5.5) 2012-09-07 23:41:57 +02:00
Name Merge Node_Name and Node_Name_Normal 2011-09-24 23:31:18 +02:00
Scalar Fix some doc comments 2012-09-07 23:41:54 +02:00
Stmt Add support for finally clauses (PHP 5.5) 2012-09-07 23:41:56 +02:00
Arg.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Const.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Expr.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Name.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Param.php Store line and doc comment as attributes 2012-05-04 10:16:59 +02:00
Scalar.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Stmt.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00