php-parser/lib/PhpParser/Builder
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
..
Class_.php Replace func_get_args() with variadics 2017-04-24 21:19:08 +02:00
Declaration.php Change BuilderAbstract into BuilderHelpers static class 2017-04-24 21:15:11 +02:00
Function_.php Change BuilderAbstract into BuilderHelpers static class 2017-04-24 21:15:11 +02:00
FunctionLike.php Change BuilderAbstract into BuilderHelpers static class 2017-04-24 21:15:11 +02:00
Interface_.php Replace func_get_args() with variadics 2017-04-24 21:19:08 +02:00
Method.php Change BuilderAbstract into BuilderHelpers static class 2017-04-24 21:15:11 +02:00
Namespace_.php Change BuilderAbstract into BuilderHelpers static class 2017-04-24 21:15:11 +02:00
Param.php Always use Identifier nodes 2017-04-28 20:57:32 +02:00
Property.php Change BuilderAbstract into BuilderHelpers static class 2017-04-24 21:15:11 +02:00
Trait_.php Change BuilderAbstract into BuilderHelpers static class 2017-04-24 21:15:11 +02:00
Use_.php Change BuilderAbstract into BuilderHelpers static class 2017-04-24 21:15:11 +02:00