A class that "SOMEWHAT" represents a JavaDoc Comment.
author: Keith Visco version: $Revision: 6669 $ $Date: 2005-02-26 17:30:28 -0700 (Sat, 26 Feb 2005) $
getParamDescriptor(String name) Returns the Parameter Descriptor associated with the given name.
Parameters: name - The name whose ParamDescriptor is being searched for.
public void
print(JSourceWriter jsw) Prints this JavaDoc comment using the given JSourceWriter.
public void
setComment(String comment) Sets the comment String of this JDocComment.
Returns the Parameter Descriptor associated with the given name.
Parameters: name - The name whose ParamDescriptor is being searched for. the Parameter Descriptor associated with the given name.