first commit
This commit is contained in:
11
Semester 1/Programming 1/Java/examples/projects/chapter04/auction/Bid.ctxt
Executable file
11
Semester 1/Programming 1/Java/examples/projects/chapter04/auction/Bid.ctxt
Executable file
@@ -0,0 +1,11 @@
|
||||
#BlueJ class context
|
||||
comment0.params=bidder\ value
|
||||
comment0.target=Bid(Person,\ long)
|
||||
comment0.text=\n\ Create\ a\ bid.\n\ @param\ bidder\ Who\ is\ bidding\ for\ the\ lot.\n\ @param\ value\ The\ value\ of\ the\ bid.\n
|
||||
comment1.params=
|
||||
comment1.target=Person\ getBidder()
|
||||
comment1.text=\n\ @return\ The\ bidder.\n
|
||||
comment2.params=
|
||||
comment2.target=long\ getValue()
|
||||
comment2.text=\n\ @return\ The\ value\ of\ the\ bid.\n
|
||||
numComments=3
|
Reference in New Issue
Block a user