operands !== null) { return $this->operands; } return $this->operands = new Operands(); } public function execute(): void { parent::execute(); $this->pushToOperandStack( Double_::get(1) ); } }