1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-11-26 20:04:48 +01:00
PHP-Parser/lib/PhpParser
Nikita Popov 46cbd9393a Place Nop nodes more precisely
If the Nop is created to collect comments, place it directly after
the comment, instead of at the next non-whitespace character.
2020-02-09 17:10:33 +01:00
..
Builder Add union type to ParamBuilder and BuilderHelpers 2020-01-05 00:34:49 +01:00
Comment [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
ErrorHandler [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Internal Actually remove assertion... 2018-12-26 14:19:18 +01:00
Lexer Sync flexible heredoc emulation with label fix 2019-08-30 20:21:28 +02:00
Node Add support for union types 2019-11-08 14:45:32 +01:00
NodeVisitor Add support for union types 2019-11-08 14:45:32 +01:00
Parser Place Nop nodes more precisely 2020-02-09 17:10:33 +01:00
PrettyPrinter Add support for union types 2019-11-08 14:45:32 +01:00
Builder.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
BuilderFactory.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
BuilderHelpers.php Add union type to ParamBuilder and BuilderHelpers 2020-01-05 00:34:49 +01:00
Comment.php Add end line / file position / token position to comments 2020-02-09 16:53:46 +01:00
ConstExprEvaluationException.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
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 [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
JsonDecoder.php Add end line / file position / token position to comments 2020-02-09 16:53:46 +01:00
Lexer.php Add end line / file position / token position to comments 2020-02-09 16:53:46 +01:00
NameContext.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
Node.php [CS] Whitespace before return type 2018-01-13 16:03:59 +01:00
NodeAbstract.php updates via "rectorphp/rector" (#573) 2019-01-19 11:18:00 +01:00
NodeDumper.php [CS] Use elseif instead of else if 2018-01-13 16:03:36 +01:00
NodeFinder.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
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 Add methods visibility (#464) 2018-01-10 19:07:41 +01:00
NodeVisitor.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
NodeVisitorAbstract.php Add strict_types to lib code 2017-08-18 23:00:13 +02:00
Parser.php [CS] Open class brackets in new line 2018-01-13 16:03:55 +01:00
ParserAbstract.php Place Nop nodes more precisely 2020-02-09 17:10:33 +01:00
ParserFactory.php [CS] Open class brackets in new line 2018-01-13 16:03:55 +01:00
PrettyPrinterAbstract.php Add end line / file position / token position to comments 2020-02-09 16:53:46 +01:00