array<string, array{precedence: int, class?: class-string<AbstractExpression>, associativity: ExpressionParser::OPERATOR_*}>
public function getBinaryOperators() : array { if (!$this->initialized) { $this->initExtensions(); } return $this->binaryOperators; }