1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-04 02:07:59 +01:00
PHP-Parser/lib/PhpParser
2020-07-11 11:31:43 +02:00
..
Builder Add union type to ParamBuilder and BuilderHelpers 2020-01-05 00:34:49 +01:00
Comment
ErrorHandler
Internal Actually remove assertion... 2018-12-26 14:19:18 +01:00
Lexer Make check in numeric literal separator emulator more precise 2020-02-09 22:50:19 +01:00
Node Add constructor promotion support 2020-06-27 17:57:47 +02:00
NodeVisitor Add ParentConnectingVisitor and NodeConnectingVisitor (#681) 2020-07-11 11:31:43 +02:00
Parser Add constructor promotion support 2020-06-27 17:57:47 +02:00
PrettyPrinter Add constructor promotion support 2020-06-27 17:57:47 +02:00
Builder.php
BuilderFactory.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
BuilderHelpers.php Add support for the mixed type 2020-05-28 23:39:04 +02:00
Comment.php Add end line / file position / token position to comments 2020-02-09 16:53:46 +01:00
ConstExprEvaluationException.php
ConstExprEvaluator.php Improve constant evaluation and add docs 2018-01-27 17:47:45 +01:00
Error.php Fixes from PHPStan (#502) 2018-05-19 11:12:24 +02:00
ErrorHandler.php
JsonDecoder.php Remove trailing comma 2020-02-09 17:15:59 +01:00
Lexer.php Canonicalize to PHP 8 comment token format 2020-06-27 18:53:09 +02:00
NameContext.php
Node.php Don't require doc comment to be last comment 2020-02-15 10:52:34 +01:00
NodeAbstract.php Don't require doc comment to be last comment 2020-02-15 10:52:34 +01:00
NodeDumper.php
NodeFinder.php
NodeTraverser.php Add new constant to be returned from enterNode() to not traverse current and child nodes (#536) 2018-10-08 22:26:00 +02:00
NodeTraverserInterface.php
NodeVisitor.php
NodeVisitorAbstract.php
Parser.php
ParserAbstract.php Add support for the mixed type 2020-05-28 23:39:04 +02:00
ParserFactory.php
PrettyPrinterAbstract.php Add constructor promotion support 2020-06-27 17:57:47 +02:00