12345678910111213141516 |
- #BlueJ class context
- comment0.target=ShortCalculator
- comment1.params=args
- comment1.target=void\ main(java.lang.String[])
- comment2.params=x\ y
- comment2.target=short\ sum(short,\ short)
- comment3.params=x\ y
- comment3.target=short\ difference(short,\ short)
- comment4.params=x\ y
- comment4.target=short\ remainder(short,\ short)
- comment5.params=x\ y
- comment5.target=short\ product(short,\ short)
- comment6.params=x\ y
- comment6.target=short\ quotient(short,\ short)
- numComments=7
|