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
Fields in org.codehaus.modello.plugin.java.javasource declared as JDocComment Modifier and Type Field Description private 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 JDocComment Modifier and Type Method Description JDocComment
JField. getComment()
Returns the comment describing this member.JDocComment
JMethod. getJDocComment()
Returns the JDocComment describing this member.JDocComment
JMethodSignature. getJDocComment()
Returns the JDocComment describing this JMethodSignatureJDocComment
JStructure. 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 void
JField. setComment(JDocComment comment)
Sets the comment describing this member.
-