Uses of Class
com.sun.codemodel.JDocComment

Uses of JDocComment in com.sun.codemodel
 

Methods in com.sun.codemodel that return JDocComment
 JDocComment JDocComment.addParam(JVar param, java.lang.String comment)
          add an @param tag to the javadoc
 JDocComment JDocComment.addParam(java.lang.String param, java.lang.String comment)
          add an @param tag to the javadoc
 JDocComment JDocComment.addReturn(java.lang.String comment)
          add an @return tag to the javadoc
 JDocComment JDocComment.addThrows(java.lang.Class exception, java.lang.String comment)
          add an @throws tag to the javadoc
 JDocComment JDocComment.addThrows(JClass exception, java.lang.String comment)
          add an @throws tag to the javadoc
 JDocComment JDocComment.addThrows(java.lang.String exception, java.lang.String comment)
          add an @throws tag to the javadoc
 JDocComment JDocComment.appendComment(java.lang.String comment)
          Appends text to the body of the comment.
 JDocComment JDefinedClass.javadoc()
          Creates, if necessary, and returns the class javadoc for this JDefinedClass
 JDocComment JFieldVar.javadoc()
          Creates, if necessary, and returns the class javadoc for this JDefinedClass
 JDocComment JMethod.javadoc()
          Creates, if necessary, and returns the class javadoc for this JDefinedClass
 JDocComment JDocComment.setComment(java.lang.String comment)
          Sets the body of the comment.