#BlueJ class context comment0.params= comment0.target=CalcEngine() comment0.text=\n\ Create\ a\ CalcEngine\ instance.\n comment1.params= comment1.target=int\ getDisplayValue() comment1.text=\n\ Return\ the\ value\ currently\ displayed\n\ on\ the\ calculator.\n comment10.params=where comment10.target=void\ reportState(java.lang.String) comment10.text=\n\ Print\ the\ values\ of\ this\ object's\ fields.\n\ @param\ where\ Where\ this\ state\ occurs.\n comment11.params= comment11.target=void\ applyPreviousOperator() comment11.text=\n\ An\ operator\ button\ has\ been\ pressed.\n\ Apply\ the\ immediately\ preceding\ operator\ to\n\ calculate\ an\ intermediate\ result.\ This\ will\n\ form\ the\ left\ operand\ of\ the\ new\ operator.\n comment2.params=number comment2.target=void\ numberPressed(int) comment2.text=\n\ A\ number\ button\ was\ pressed.\n comment3.params= comment3.target=void\ plus() comment3.text=\n\ The\ '+'\ button\ was\ pressed.\ \n comment4.params= comment4.target=void\ minus() comment4.text=\n\ The\ '-'\ button\ was\ pressed.\n comment5.params= comment5.target=void\ equals() comment5.text=\n\ The\ '\='\ button\ was\ pressed.\n comment6.params= comment6.target=void\ clear() comment6.text=\n\ The\ 'C'\ (clear)\ button\ was\ pressed.\n comment7.params= comment7.target=java.lang.String\ getTitle() comment7.text=\n\ Return\ the\ title\ of\ this\ calculation\ engine.\n comment8.params= comment8.target=java.lang.String\ getAuthor() comment8.text=\n\ Return\ the\ author\ of\ this\ engine.\n comment9.params= comment9.target=java.lang.String\ getVersion() comment9.text=\n\ Return\ the\ version\ number\ of\ this\ engine.\n numComments=12