jdeparser 1.0.0.Final-redhat-1

Uses of Class
org.jboss.jdeparser.JCommentPart

Packages that use JCommentPart
org.jboss.jdeparser   
 

Uses of JCommentPart in org.jboss.jdeparser
 

Subclasses of JCommentPart in org.jboss.jdeparser
 class JDocComment
          JavaDoc comment.
 

Methods in org.jboss.jdeparser 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(String param)
          Append a text to a @param tag to the javadoc
 JCommentPart JDocComment.addReturn()
          Appends a text to @return tag.
 JCommentPart JDocComment.addThrows(Class<? extends Throwable> exception)
          add an @throws tag to the javadoc
 JCommentPart JDocComment.addThrows(JClass exception)
          add an @throws tag to the javadoc
 JCommentPart JCommentPart.append(Object o)
          Appends a new value.
 


jdeparser 1.0.0.Final-redhat-1

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.