home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Freeware / Programare / bluej / bluejsetup-200.exe / {app} / examples / people / Person.ctxt < prev    next >
Encoding:
BlueJ Class context  |  2004-09-15  |  961 b   |  22 lines

  1. #BlueJ class context
  2. comment0.target=class\ Person
  3. comment0.text=\nA\ person\ class\ for\ a\ simple\ BlueJ\ demo\ program.\ Person\ is\ used\ as\nan\ abstract\ superclass\ of\ more\ specific\ person\ classes.\n\n@author\ \ Michael\ Kolling\n@version\ 1.0,\ January\ 1999\n\n
  4. comment1.params=
  5. comment1.target=int\ getYearOfBirth()
  6. comment1.text=\nReturn\ the\ birth\ year\ of\ this\ person.\n\n
  7. comment2.params=name\ yearOfBirth
  8. comment2.target=Person(String,int)
  9. comment2.text=\nCreate\ a\ person\ with\ given\ name\ and\ age.\n\n
  10. comment3.target=name
  11. comment4.params=newYearOofBirth
  12. comment4.target=void\ setYearOfBirth(int)
  13. comment4.text=\nSet\ a\ new\ birth\ year\ for\ this\ person.\n\n
  14. comment5.params=
  15. comment5.target=String\ getName()
  16. comment5.text=\nReturn\ the\ name\ of\ this\ person.\n\n
  17. comment6.params=newName
  18. comment6.target=void\ setName(String)
  19. comment6.text=\nSet\ a\ new\ name\ for\ this\ person.\n\n
  20. comment7.target=yearOfBirth
  21. numComments=8
  22.