leftExpression = $leftExpression; $this->rightExpression = $rightExpression; $this->keyword = $keyword; } public function getLeftExp() { return $this->leftExpression; } public function getRightExp() { return $this->rightExpression; } public function getKeyword(): string { return $this->keyword; } }