Searched refs:replaceNodes (Results 1 – 4 of 4) sorted by relevance
43 'replaceNodes' => true,50 If the `replaceNodes` option is disabled, then names will no longer be resolved in-place. Instead, a55 The `replaceNodes` attribute is useful if you wish to perform modifications on the AST, as you
97 `replaceNodes` option. This will add resolved names as attributes, instead of directly modifying
22 protected bool $replaceNodes; variable in PhpParser\\NodeVisitor\\NameResolver40 $this->replaceNodes = $options['replaceNodes'] ?? true;222 if (!$this->replaceNodes) {
770 * Added `replaceNodes` option to `NameResolver`, defaulting to true. If this option is disabled,
Completed in 11 milliseconds