Uses of Class
com.sun.codemodel.JCommentPart

Packages that use JCommentPart
com.sun.codemodel Library for generating Java source code 
 

Uses of JCommentPart in com.sun.codemodel
 

Subclasses of JCommentPart in com.sun.codemodel
 class JDocComment
          JavaDoc comment.
 

Methods in com.sun.codemodel that return JCommentPart
 JCommentPart JDocComment.addDeprecated()
          add an @deprecated tag to the javadoc, with the associated message.
 JCommentPart JDocComment.addParam(JVar param)
          Append a text to an @param tag.
 JCommentPart JDocComment.addParam(java.lang.String param)
          Append a text to a @param tag to the javadoc
 JCommentPart JDocComment.addReturn()
          Appends a text to @return tag.
 JCommentPart JDocComment.addThrows(java.lang.Class exception)
          add an @throws tag to the javadoc
 JCommentPart JDocComment.addThrows(JClass exception)
          add an @throws tag to the javadoc
 JCommentPart JCommentPart.append(java.lang.Object o)
          Appends a new value.
 



Copyright © 2005-2011 Sun Microsystems. All Rights Reserved.