123456789101112131415161718 |
- #BlueJ class context
- comment0.target=ShortCalculator
- comment1.params=x\ y
- comment1.target=ShortCalculator(short,\ short)
- comment2.params=
- comment2.target=short\ sum()
- comment3.params=
- comment3.target=short\ difference()
- comment4.params=
- comment4.target=short\ product()
- comment5.params=
- comment5.target=short\ quotient()
- comment6.params=
- comment6.target=short\ remainder()
- comment7.params=operation\ value
- comment7.target=void\ printLine(java.lang.String,\ short)
- numComments=8
|