#BlueJ class context
comment0.params=species\ name
comment0.target=Animal(java.lang.String,\ java.lang.String)
comment0.text=\n\ Create\ an\ animal\ of\ the\ specified\ species\ and\ with\ the\ specified\ name\n\ \n\ @param\ \ species
\ a\ String
\ specifying\ the\n\ type\ of\ animal\n\ @param\ \ name
\ a\ String
\ specifying\ the\ \n\ name\ of\ animal\n
comment1.params=
comment1.target=java.lang.String\ getSpecies()
comment1.text=\n\ Returns\ the\ species\ of\ the\ Animal
\ object\n\ \n\ @return\ \ \ the\ species\ of\ animal,\ as\ a\ String
\n
comment2.params=
comment2.target=java.lang.String\ getName()
comment2.text=\n\ Returns\ the\ name\ of\ the\ Animal
\ object\n\ \n\ @return\ \ \ the\ name\ of\ animal,\ as\ a\ String
\n
comment3.params=
comment3.target=java.lang.String\ toString()
comment3.text=\n\ Returns\ a\ string\ representing\ the\ Animal
\ object.\ \ For\ a\ \n\ lion\ with\ name\ Leo\ it\ will\ return\ the\ String
\ "Leo,\ a\ lion"\n\ \n\ @return\ \ \ a\ String
\ representation\ of\ the\ animal\n
numComments=4