1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-27 04:14:44 +01:00
PHP-Parser/lib/PhpParser
2017-05-07 19:56:14 +02:00
..
Builder Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
Comment Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
ErrorHandler Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
Lexer Drop emulative lexer implementation 2017-04-24 22:15:50 +02:00
Node Fix type annotation for List::$items 2017-05-07 19:56:14 +02:00
NodeVisitor Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
Parser Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
PrettyPrinter Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
Autoloader.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
Builder.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
BuilderFactory.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
BuilderHelpers.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
Comment.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
Error.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
ErrorHandler.php Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Lexer.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
NameContext.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
Node.php Add Node::setAttributes() (#385) 2017-05-05 18:18:44 +02:00
NodeAbstract.php Remove Node::setLine() method 2017-04-29 13:01:02 +02:00
NodeDumper.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
NodeFinder.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
NodeTraverser.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
NodeTraverserInterface.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
NodeVisitor.php Drop support for false return value in NodeTraverser 2017-02-03 22:36:57 +01:00
NodeVisitorAbstract.php Fix issues reported by psalm 2017-01-23 01:06:46 +01:00
Parser.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
ParserAbstract.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
ParserFactory.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
PrettyPrinterAbstract.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00