ShortCalculator.ctxt 470B

12345678910111213141516
  1. #BlueJ class context
  2. comment0.target=ShortCalculator
  3. comment1.params=x\ y
  4. comment1.target=void\ calculator(short,\ short)
  5. comment2.params=a\ b
  6. comment2.target=short\ add(short,\ short)
  7. comment3.params=a\ b
  8. comment3.target=short\ subtract(short,\ short)
  9. comment4.params=a\ b
  10. comment4.target=short\ multiply(short,\ short)
  11. comment5.params=a\ b
  12. comment5.target=short\ divide(short,\ short)
  13. comment6.params=a\ b
  14. comment6.target=short\ remainder(short,\ short)
  15. numComments=7