ShortCalculator.ctxt 583B

123456789101112131415161718
  1. #BlueJ class context
  2. comment0.target=ShortCalculator
  3. comment1.params=
  4. comment1.target=ShortCalculator()
  5. comment2.params=args
  6. comment2.target=void\ main(java.lang.String[])
  7. comment3.params=first\ second
  8. comment3.target=short\ getSum(short,\ short)
  9. comment4.params=first\ second
  10. comment4.target=short\ getDifference(short,\ short)
  11. comment5.params=first\ second
  12. comment5.target=short\ getProduct(short,\ short)
  13. comment6.params=first\ second
  14. comment6.target=short\ getQuotient(short,\ short)
  15. comment7.params=first\ second
  16. comment7.target=short\ getRemainder(short,\ short)
  17. numComments=8