php-parser/lib/PHPParser
2011-08-09 09:28:58 +02:00
..
Node Further Name node methods 2011-08-04 16:30:04 +02:00
PrettyPrinter Let the pretty printing methods for statements decide for themselves whether or not they add a semicolon. Only automatically add semicolons for expressions. 2011-08-04 18:44:21 +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 Add some more unit tests 2011-07-13 23:07:05 +02:00
NodeAbstract.php Associate last encountered doccomment with next node 2011-07-03 16:35:45 +02:00
NodeDumper.php Prefix all classes with PHPParser_ 2011-06-05 18:40:04 +02:00
NodeTraverser.php Use classes for visitors 2011-08-09 09:28:58 +02:00
NodeVisitorAbstract.php Use classes for visitors 2011-08-09 09:28:58 +02:00
NodeVisitorInterface.php Use classes for visitors 2011-08-09 09:28:58 +02:00
Parser.php Make the resolve type of a name a normal subnode (type) 2011-08-04 13:59:56 +02:00
ParserDebug.php Make the resolve type of a name a normal subnode (type) 2011-08-04 13:59:56 +02:00
PrettyPrinterAbstract.php Let the pretty printing methods for statements decide for themselves whether or not they add a semicolon. Only automatically add semicolons for expressions. 2011-08-04 18:44:21 +02:00