1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2024-12-12 09:29:47 +01:00
PHP-Parser/lib/PhpParser/Node/Stmt
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
..
TraitUseAdaptation Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Break_.php
Case_.php
Catch_.php
Class_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
ClassConst.php Merge branch '3.x' 2017-04-19 11:20:32 +02:00
ClassLike.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
ClassMethod.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Const_.php
Continue_.php
Declare_.php
DeclareDeclare.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Do_.php
Echo_.php
Else_.php
ElseIf_.php
Expression.php
Finally_.php
For_.php Use null-coalesce operator 2017-04-24 22:32:40 +02:00
Foreach_.php Use null-coalesce operator 2017-04-24 22:32:40 +02:00
Function_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Global_.php
Goto_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
GroupUse.php
HaltCompiler.php
If_.php Use null-coalesce operator 2017-04-24 22:32:40 +02:00
InlineHTML.php
Interface_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Label.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Namespace_.php
Nop.php
Property.php Merge branch '3.x' 2017-04-19 11:20:32 +02:00
PropertyProperty.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Return_.php
Static_.php
StaticVar.php
Switch_.php
Throw_.php
Trait_.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
TraitUse.php
TraitUseAdaptation.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
TryCatch.php Improve doc comments 2017-02-09 20:49:52 +01:00
Unset_.php
Use_.php
UseUse.php Distinguish between implicit/explicit alias 2017-04-28 21:05:01 +02:00
While_.php