php-parser/lib/PhpParser
2017-08-13 21:14:28 +02:00
..
Builder [cs] use PHP 5.4 short array, since PHP 7.0 is min version 2017-08-13 21:14:28 +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 [cs] remove unused imports 2017-08-13 21:14:28 +02:00
Node [cs] use strict comparison where allowed 2017-08-13 21:14:28 +02:00
NodeVisitor Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
Parser [cs] use PHP 5.4 short array, since PHP 7.0 is min version 2017-08-13 21:14:28 +02:00
PrettyPrinter [cs] use PHP 5.4 short array, since PHP 7.0 is min version 2017-08-13 21:14:28 +02:00
Autoloader.php [cs] use PHP 5.4 short array, since PHP 7.0 is min version 2017-08-13 21:14:28 +02:00
Builder.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
BuilderFactory.php [cs] remove unused imports 2017-08-13 21:14:28 +02:00
BuilderHelpers.php [cs] use strict comparison where allowed 2017-08-13 21:14:28 +02:00
Comment.php Generate PHP 7 type annotations 2017-04-28 21:40:59 +02:00
Error.php [cs] use PHP 5.4 short array, since PHP 7.0 is min version 2017-08-13 21:14:28 +02:00
ErrorHandler.php Introduce ErrorHandler 2016-10-16 22:12:46 +02:00
Lexer.php [cs] use PHP 5.4 short array, since PHP 7.0 is min version 2017-08-13 21:14:28 +02:00
NameContext.php [cs] use PHP 5.4 short array, since PHP 7.0 is min version 2017-08-13 21:14:28 +02:00
Node.php Add Node::setAttributes() (#385) 2017-05-05 18:18:44 +02:00
NodeAbstract.php [cs] use PHP 5.4 short array, since PHP 7.0 is min version 2017-08-13 21:14:28 +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 [cs] use PHP 5.4 short array, since PHP 7.0 is min version 2017-08-13 21:14:28 +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 [cs] use strict comparison where allowed 2017-08-13 21:14:28 +02:00
ParserFactory.php [cs] use PHP 5.4 short array, since PHP 7.0 is min version 2017-08-13 21:14:28 +02:00
PrettyPrinterAbstract.php [cs] use strict comparison where allowed 2017-08-13 21:14:28 +02:00