php-parser/lib/PhpParser/Node
Nikita Popov 3da189769c Distinguish between implicit/explicit alias
The UseUse::$alias node can now be null if an alias is not
explicitly given. As such "use Foo\Bar" and "use Foo\Bar as Bar"
are now represented differently.

The UseUse->getAlias() method replicates the previous semantics,
by returning "Bar" in both cases.
2017-04-28 21:05:01 +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 Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +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