Home
last modified time | relevance | path

Searched refs:replaceNodes (Results 1 – 4 of 4) sorted by relevance

/PHP-Parser/doc/component/
H A DName_resolution.markdown43 'replaceNodes' => true,
50 If the `replaceNodes` option is disabled, then names will no longer be resolved in-place. Instead, a
55 The `replaceNodes` attribute is useful if you wish to perform modifications on the AST, as you
H A DPretty_printing.markdown97 `replaceNodes` option. This will add resolved names as attributes, instead of directly modifying
/PHP-Parser/lib/PhpParser/NodeVisitor/
H A DNameResolver.php22 protected bool $replaceNodes; variable in PhpParser\\NodeVisitor\\NameResolver
40 $this->replaceNodes = $options['replaceNodes'] ?? true;
222 if (!$this->replaceNodes) {
/PHP-Parser/
H A DCHANGELOG.md770 * Added `replaceNodes` option to `NameResolver`, defaulting to true. If this option is disabled,

Completed in 11 milliseconds