ShortCalculator.ctxt 507B

12345678910111213141516
  1. #BlueJ class context
  2. comment0.target=ShortCalculator
  3. comment1.params=x\ y
  4. comment1.target=void\ findRange(short,\ short)
  5. comment2.params=x\ y
  6. comment2.target=int\ calculateSum(short,\ short)
  7. comment3.params=x\ y
  8. comment3.target=int\ calculateDifference(short,\ short)
  9. comment4.params=x\ y
  10. comment4.target=int\ calculateProduct(short,\ short)
  11. comment5.params=x\ y
  12. comment5.target=int\ calculateQuotient(short,\ short)
  13. comment6.params=x\ y
  14. comment6.target=int\ calculateRemainder(short,\ short)
  15. numComments=7