php-parser/lib/PhpParser/Node
Nikita Popov 0f582e1708 Add VarLikeIdentifier
For representing Identifiers that have an implicit leading $.

With this done, maybe go one step further?
 * Rename VarLikeIdentifier -> VarIdentifier / VarName
 * Use VarIdentifier / VarName also as an inner node in Variable.
   Not sure if this adds any real value.
2016-12-23 12:39:27 +01:00
..
Expr Add NullableType to types of properties/args that offer it (#323) 2016-12-05 13:30:29 +01:00
Name Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Scalar Type encapsulated string parts specifically 2016-10-21 11:46:54 +02:00
Stmt Add NullableType to types of properties/args that offer it (#323) 2016-12-05 13:30:29 +01:00
Arg.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Const_.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Expr.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
FunctionLike.php Add NullableType to types of properties/args that offer it (#323) 2016-12-05 13:30:29 +01:00
Identifier.php Add useIdentifierNodes mode to parser 2016-12-22 21:15:44 +01:00
Name.php Mark Name::$parts as deprecated 2016-10-22 17:05:00 +02:00
NullableType.php Add support for PHP 7.1 types to builders 2016-09-16 13:53:13 +02:00
Param.php Add NullableType to types of properties/args that offer it (#323) 2016-12-05 13:30:29 +01:00
Scalar.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
Stmt.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
VarLikeIdentifier.php Add VarLikeIdentifier 2016-12-23 12:39:27 +01:00