Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/
H A DPrettyPrinterAbstract.php1084 if ($this->newOperandRequiresParens($subNode)
1198 protected function newOperandRequiresParens(Node $node): bool { function in PhpParser\\PrettyPrinterAbstract
1205 return $this->newOperandRequiresParens($node->var);
1208 return $this->newOperandRequiresParens($node->class);
/PHP-Parser/lib/PhpParser/PrettyPrinter/
H A DStandard.php1154 if (!$this->newOperandRequiresParens($node)) {

Completed in 15 milliseconds