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 JDocComment
JField.comment
private JDocComment
JMethod.jdc
The JavaDoc comment for this JMethod.private JDocComment
JMethodSignature.jdc
The JavaDoc comment for this method signature.private JDocComment
JStructure.jdc
The 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 TypeMethodDescriptionvoid
JField.setComment
(JDocComment comment) Sets the comment describing this member.