1234567891011121314151617181920 |
- #BlueJ class context
- comment0.target=ShortCalculator
- comment1.params=x\ y
- comment1.target=ShortCalculator(int,\ int)
- comment2.params=args
- comment2.target=void\ main(java.lang.String[])
- comment3.params=
- comment3.target=short\ sum()
- comment4.params=
- comment4.target=short\ difference()
- comment5.params=
- comment5.target=short\ product()
- comment6.params=
- comment6.target=short\ quotient()
- comment7.params=
- comment7.target=short\ remainder()
- comment8.params=operation\ value
- comment8.target=void\ printLine(java.lang.String,\ short)
- numComments=9
|