Searched refs:operatorString (Results 1 – 1 of 1) sorted by relevance
/PHP-Parser/lib/PhpParser/ |
H A D | PrettyPrinterAbstract.php | 378 * @param string $operatorString String representation of the operator 386 string $class, Node $leftNode, string $operatorString, Node $rightNode, argument 398 . $operatorString . $this->p($rightNode, $newPrecedenceRHS, $lhsPrecedence) . $suffix; 405 * @param string $operatorString String representation of the operator 412 …protected function pPrefixOp(string $class, string $operatorString, Node $node, int $precedence, i… argument 422 if (($operatorString === '+' && $printedArg[0] === '+') || 423 ($operatorString === '-' && $printedArg[0] === '-') 428 return $prefix . $operatorString . $printedArg . $suffix; 435 * @param string $operatorString String representation of the operator 442 …protected function pPostfixOp(string $class, Node $node, string $operatorString, int $precedence, … argument [all …]
|
Completed in 11 milliseconds