php-parser/lib/PhpParser/Node
Nikita Popov a6846e3b71 Always use Identifier nodes
The parser will now always generate Identifier nodes (for
non-namespaced identifiers). This obsoletes the useIdentifierNodes
parser option.

Node constructors still accepts strings and will implicitly create
an Identifier wrapper. Identifier implement __toString(), so that
outside of strict-mode many things continue to work without changes.
2017-04-28 20:57:32 +02:00
..
Expr Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Name Add getShortName() API 2017-04-28 17:10:30 +02:00
Scalar Improve doc comments 2017-02-09 20:49:52 +01:00
Stmt Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Arg.php Drop support for old Node format 2015-05-02 22:17:34 +02:00
Const_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Expr.php Port library to use namespaces, with BC for old names 2014-02-06 20:29:35 +01:00
FunctionLike.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Identifier.php Add useIdentifierNodes mode to parser 2016-12-22 21:15:44 +01:00
Name.php Add getShortName() API 2017-04-28 17:10:30 +02:00
NullableType.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Param.php Always use Identifier nodes 2017-04-28 20:57:32 +02: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