1234567891011121314 |
- #BlueJ class context
- comment0.target=ShortCalculator
- comment1.params=x\ y
- comment1.target=short\ sum(short,\ short)
- comment2.params=x\ y
- comment2.target=short\ diff(short,\ short)
- comment3.params=x\ y
- comment3.target=short\ multiply(short,\ short)
- comment4.params=x\ y
- comment4.target=short\ divide(short,\ short)
- comment5.params=x\ y
- comment5.target=short\ remainder(short,\ short)
- numComments=6
|