Home
last modified time | relevance | path

Searched refs:BuilderFactory (Results 1 – 5 of 5) sorted by relevance

/PHP-Parser/test/PhpParser/
H A DBuilderFactoryTest.php19 $factory = new BuilderFactory();
42 $factory = new BuilderFactory();
47 $factory = new BuilderFactory();
59 $factory = new BuilderFactory();
67 $factory = new BuilderFactory();
99 $factory = new BuilderFactory();
112 $factory = new BuilderFactory();
123 $factory = new BuilderFactory();
199 $factory = new BuilderFactory();
219 $factory = new BuilderFactory();
[all …]
/PHP-Parser/
H A Dphpstan-baseline.neon14 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:args\\(\\) has parameter \\$args with no value…
16 path: lib/PhpParser/BuilderFactory.php
21 path: lib/PhpParser/BuilderFactory.php
26 path: lib/PhpParser/BuilderFactory.php
31 path: lib/PhpParser/BuilderFactory.php
36 path: lib/PhpParser/BuilderFactory.php
39 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:new\\(\\) has parameter \\$args with no value …
41 path: lib/PhpParser/BuilderFactory.php
46 path: lib/PhpParser/BuilderFactory.php
49 …message: "#^Method PhpParser\\\\BuilderFactory\\:\\:val\\(\\) has parameter \\$value with no value…
[all …]
H A DCHANGELOG.md38 * Added support for passing enum values to various builder methods, like `BuilderFactory::val()`.
357 * `BuilderFactory::args()` now accepts named arguments.
358 * `BuilderFactory::attribute()` has been added.
662 * The following methods have been added to `BuilderFactory`:
708 * Added the following methods to `BuilderFactory`, to simplify creation of expressions:
776 * Added `BuilderFactory` methods: `val()` method for creating an AST for a simple value, `concat()`
/PHP-Parser/doc/component/
H A DAST_builders.markdown13 interface. Builders are created using the `BuilderFactory` and the final constructed node is
26 use PhpParser\BuilderFactory;
30 $factory = new BuilderFactory;
116 The `BuilderFactory` also provides a number of additional helper methods, which directly return
/PHP-Parser/lib/PhpParser/
H A DBuilderFactory.php13 class BuilderFactory { class

Completed in 20 milliseconds