ShortCalculator.ctxt 478B

123456789101112131415161718
  1. #BlueJ class context
  2. comment0.target=ShortCalculator
  3. comment1.params=x\ y
  4. comment1.target=ShortCalculator(short,\ short)
  5. comment2.params=
  6. comment2.target=short\ sum()
  7. comment3.params=
  8. comment3.target=short\ difference()
  9. comment4.params=
  10. comment4.target=short\ product()
  11. comment5.params=
  12. comment5.target=short\ quotient()
  13. comment6.params=
  14. comment6.target=short\ remainder()
  15. comment7.params=operation\ value
  16. comment7.target=void\ printLine(java.lang.String,\ short)
  17. numComments=8