php-parser/lib/PhpParser/NodeVisitor
Tomas Votruba 4c22c62783
[PHP 8.0] Add attributes support (#661)
Adds support for PHP 8 attributes, represented using `AttrGroup` nodes
containing `Attribute` nodes. The `attrGroup` subnode is added to all
nodes that can have attributes.

This is still missing FPPP support.

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
2020-09-13 21:01:17 +02:00
..
CloningVisitor.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
FindingVisitor.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
FirstFindingVisitor.php [CS] New line in the end of file 2018-01-13 16:08:26 +01:00
NameResolver.php [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
NodeConnectingVisitor.php Add ParentConnectingVisitor and NodeConnectingVisitor (#681) 2020-07-11 11:31:43 +02:00
ParentConnectingVisitor.php Add ParentConnectingVisitor and NodeConnectingVisitor (#681) 2020-07-11 11:31:43 +02:00