Uses of Class
org.mule.devkit.model.code.CommentPart

Packages that use CommentPart
org.mule.devkit.model.code Library for generating Java source code 
 

Uses of CommentPart in org.mule.devkit.model.code
 

Subclasses of CommentPart in org.mule.devkit.model.code
 class GeneratedJavaDocComment
          JavaDoc comment.
 

Methods in org.mule.devkit.model.code that return CommentPart
 CommentPart GeneratedJavaDocComment.addDeprecated()
          add an @deprecated tag to the javadoc, with the associated message.
 CommentPart GeneratedJavaDocComment.addParam(GeneratedVariable param)
          Append a text to an @param tag.
 CommentPart GeneratedJavaDocComment.addParam(String param)
          Append a text to a @param tag to the javadoc
 CommentPart GeneratedJavaDocComment.addReturn(String ret)
          Appends a text to @return tag.
 CommentPart GeneratedJavaDocComment.addThrows(Class<? extends Throwable> exception)
          add an @throws tag to the javadoc
 CommentPart GeneratedJavaDocComment.addThrows(TypeReference exception)
          add an @throws tag to the javadoc
 CommentPart CommentPart.append(Object o)
          Appends a new value.
 



Copyright © 2010–2014 MuleSoft, Inc.. All rights reserved.