intellij version of CashMachineBlueJ

Account.ctxt 538B

12345678910111213141516171819
  1. #BlueJ class context
  2. comment0.target=Account
  3. comment0.text=\n\ @author\ ZipCodeWilmington\n
  4. comment1.params=accountData
  5. comment1.target=Account(AccountData)
  6. comment2.params=
  7. comment2.target=AccountData\ getAccountData()
  8. comment3.params=amount
  9. comment3.target=void\ deposit(int)
  10. comment4.params=amount
  11. comment4.target=boolean\ withdraw(int)
  12. comment5.params=amount
  13. comment5.target=boolean\ canWithdraw(int)
  14. comment6.params=
  15. comment6.target=int\ getBalance()
  16. comment7.params=newBalance
  17. comment7.target=void\ updateBalance(int)
  18. numComments=8