Home
last modified time | relevance | path

Searched refs:newOperandRequiresParens (Results 1 – 2 of 2) sorted by relevance

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1056 if ($this->newOperandRequiresParens($subNode)
1170 protected function newOperandRequiresParens(Node $node): bool { function in PhpParser\\PrettyPrinterAbstract
1177 return $this->newOperandRequiresParens($node->var);
1180 return $this->newOperandRequiresParens($node->class);
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1139 if (!$this->newOperandRequiresParens($node)) {

Completed in 15 milliseconds