php-parser/lib/PHPParser
nikic f202aa9814 [API] Make all constructors specialized
For nodes that accept many optional arguments I chose to keep the $subNodes argument, but provide default values instead.
2011-10-28 19:06:24 +02:00
..
Node [API] Make all constructors specialized 2011-10-28 19:06:24 +02:00
NodeVisitor Remove redundant check in NameResolver 2011-09-29 18:51:12 +02:00
Parser [5.4] Add support for ClassName::{expr} 2011-10-21 14:09:41 +02:00
PrettyPrinter [API] Make all constructors specialized 2011-10-28 19:06:24 +02:00
Autoloader.php Add Autoloader 2011-06-05 18:47:52 +02:00
Error.php Rename PHPParser_ParseErrorException to PHPParser_Error 2011-06-05 18:52:41 +02:00
Lexer.php Circumvent token_get_all bug with b"$var" 2011-10-19 18:09:13 +02:00
Node.php Add PHPParser_Node interface 2011-09-21 21:43:19 +02:00
NodeAbstract.php Add PHPParser_Node interface 2011-09-21 21:43:19 +02:00
NodeDumper.php Add PHPParser_Node interface 2011-09-21 21:43:19 +02:00
NodeTraverser.php Don't use references in NodeTraverser 2011-09-24 23:39:05 +02:00
NodeVisitor.php Don't use references in NodeTraverser 2011-09-24 23:39:05 +02:00
NodeVisitorAbstract.php Don't use references in NodeTraverser 2011-09-24 23:39:05 +02:00
Parser.php [API] Make all constructors specialized 2011-10-28 19:06:24 +02:00
PrettyPrinterAbstract.php Rename Expr_List to Expr_AssignList 2011-10-16 14:49:13 +02:00