Public Member Functions

org.exolab.javasource.JDocComment Class Reference

List of all members.

Public Member Functions

 JDocComment ()
void addDescriptor (JDocDescriptor jdesc)
void appendComment (String comment)
String getComment ()
Enumeration getDescriptors ()
int getLength ()
JDocDescriptor getParamDescriptor (String name)
void print (JSourceWriter jsw)
void setComment (String comment)
String toString ()

Detailed Description

A class that "SOMEWHAT" represents a Java Doc Comment.

Author:
Keith Visco
Version:
Revision:
1.2
Date:
2003/03/08 07:30:52

Constructor & Destructor Documentation

org.exolab.javasource.JDocComment.JDocComment (  ) 

Creates a new JavaDoc Comment


Member Function Documentation

void org.exolab.javasource.JDocComment.addDescriptor ( JDocDescriptor  jdesc  ) 
void org.exolab.javasource.JDocComment.appendComment ( String  comment  ) 
String org.exolab.javasource.JDocComment.getComment (  ) 

Returns the String value of this JDocComment.

Returns:
the String value of the JDocComment.
Enumeration org.exolab.javasource.JDocComment.getDescriptors (  ) 

Returns an enumeration of the parameters of this JDocComment

Returns:
an enumeration of the parameters of this JDocComment
int org.exolab.javasource.JDocComment.getLength (  ) 

Returns the length of the comment

Returns:
the length of the comment
JDocDescriptor org.exolab.javasource.JDocComment.getParamDescriptor ( String  name  ) 
void org.exolab.javasource.JDocComment.print ( JSourceWriter  jsw  ) 
void org.exolab.javasource.JDocComment.setComment ( String  comment  ) 
String org.exolab.javasource.JDocComment.toString (  ) 

Returns the String representation of this Java Doc Comment

Returns:
the String representation of this Java Doc Comment

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties