12345678910111213141516 |
- #BlueJ class context
- comment0.target=ShortCalculator
- comment1.params=x\ y
- comment1.target=void\ calculator(short,\ short)
- comment2.params=a\ b
- comment2.target=short\ add(short,\ short)
- comment3.params=a\ b
- comment3.target=short\ subtract(short,\ short)
- comment4.params=a\ b
- comment4.target=short\ multiply(short,\ short)
- comment5.params=a\ b
- comment5.target=short\ divide(short,\ short)
- comment6.params=a\ b
- comment6.target=short\ remainder(short,\ short)
- numComments=7
|