1234567891011121314 |
- #BlueJ class context
- comment0.target=ShortCalculator
- comment1.params=x\ y
- comment1.target=short\ shortSum(short,\ short)
- comment2.params=x\ y
- comment2.target=short\ shortDifference(short,\ short)
- comment3.params=x\ y
- comment3.target=short\ shortProduct(short,\ short)
- comment4.params=x\ y
- comment4.target=short\ shortQuotient(short,\ short)
- comment5.params=x\ y
- comment5.target=short\ shortRemainder(short,\ short)
- numComments=6
|