Uses of Class
org.codehaus.modello.plugin.java.javasource.JDocComment
Packages that use JDocComment
-
Uses of JDocComment in org.codehaus.modello.plugin.java.javasource
Fields in org.codehaus.modello.plugin.java.javasource declared as JDocCommentModifier and TypeFieldDescriptionprivate JDocCommentJField.commentprivate JDocCommentJMethod.jdcThe JavaDoc comment for this JMethod.private JDocCommentJMethodSignature.jdcThe JavaDoc comment for this method signature.private JDocCommentJStructure.jdcThe Javadoc for this JStructureMethods in org.codehaus.modello.plugin.java.javasource that return JDocCommentModifier and TypeMethodDescriptionJField.getComment()Returns the comment describing this member.JMethod.getJDocComment()Returns the JDocComment describing this member.JMethodSignature.getJDocComment()Returns the JDocComment describing this JMethodSignatureJStructure.getJDocComment()Returns the Java Doc comment for this JStructureMethods in org.codehaus.modello.plugin.java.javasource with parameters of type JDocCommentModifier and TypeMethodDescriptionvoidJField.setComment(JDocComment comment) Sets the comment describing this member.