ShortCalculator.ctxt 332B

123456789101112
  1. #BlueJ class context
  2. comment0.target=ShortCalculator
  3. comment1.params=x\ y
  4. comment1.target=short\ add(short,\ short)
  5. comment2.params=x\ y
  6. comment2.target=short\ subtract(short,\ short)
  7. comment3.params=x\ y
  8. comment3.target=short\ multiply(short,\ short)
  9. comment4.params=x\ y
  10. comment4.target=short\ divide(short,\ short)
  11. numComments=5