mirror of
https://github.com/danog/PHP-Parser.git
synced 2024-11-30 04:19:30 +01:00
6bcc6c31dd
In this mode non-namespaced names that are currently represented using strings will be represented using Identifier nodes instead. Identifier nodes have a string $name subnode and coerce to string. This allows preserving attributes and in particular location information on identifiers. |
||
---|---|---|
.. | ||
Builder | ||
ErrorHandler | ||
Lexer | ||
Node | ||
NodeVisitor | ||
Parser | ||
Serializer | ||
Unserializer | ||
AutoloaderTest.php | ||
BuilderFactoryTest.php | ||
CodeParsingTest.php | ||
CodeTestAbstract.php | ||
CommentTest.php | ||
ErrorTest.php | ||
LexerTest.php | ||
NodeAbstractTest.php | ||
NodeDumperTest.php | ||
NodeTraverserTest.php | ||
ParserFactoryTest.php | ||
ParserTest.php | ||
PrettyPrinterTest.php |