123456789101112 |
- #BlueJ class context
- comment0.target=ShortCalculator
- comment1.params=x\ y
- comment1.target=short\ add(short,\ short)
- comment2.params=x\ y
- comment2.target=short\ subtract(short,\ short)
- comment3.params=x\ y
- comment3.target=short\ multiply(short,\ short)
- comment4.params=x\ y
- comment4.target=short\ divide(short,\ short)
- numComments=5
|