php-parser/lib/PHPParser/Node
2011-09-24 23:31:18 +02:00
..
Expr Make some doc comments more precise 2011-09-23 18:45:29 +02:00
Name Merge Node_Name and Node_Name_Normal 2011-09-24 23:31:18 +02:00
Scalar Properly parse escape sequences: 2011-08-20 10:40:27 +02:00
Stmt Add shared Node_Const 2011-09-23 21:00:59 +02:00
Arg.php Move Node_Expr_FuncCallArg to Node_Arg (just like Node_Param) 2011-09-22 20:34:35 +02:00
Const.php Add shared Node_Const 2011-09-23 21:00:59 +02:00
Expr.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
Name.php Merge Node_Name and Node_Name_Normal 2011-09-24 23:31:18 +02:00
Param.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
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