Uses of Class
org.codehaus.modello.plugin.java.javasource.JDocComment
-
Packages that use JDocComment Package Description org.codehaus.modello.plugin.java.javasource -
-
Uses of JDocComment in org.codehaus.modello.plugin.java.javasource
Methods in org.codehaus.modello.plugin.java.javasource that return JDocComment Modifier and Type Method Description JDocCommentJField. getComment()Returns the comment describing this member.JDocCommentJMethod. getJDocComment()Returns the JDocComment describing this member.JDocCommentJMethodSignature. getJDocComment()Returns the JDocComment describing this JMethodSignatureJDocCommentJStructure. getJDocComment()Returns the Java Doc comment for this JStructureMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JDocComment Modifier and Type Method Description voidJField. setComment(JDocComment comment)Sets the comment describing this member.
-