ShortCalculator.ctxt 542B

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