Uses of Class
com.sun.codemodel.JDocComment
-
Packages that use JDocComment Package Description com.sun.codemodel Library for generating Java source code -
-
Uses of JDocComment in com.sun.codemodel
Fields in com.sun.codemodel declared as JDocComment Modifier and Type Field Description private JDocComment
JDefinedClass. jdoc
class javadocprivate JDocComment
JEnumConstant. jdoc
javadoc comments, if any.private JDocComment
JFieldVar. jdoc
javadoc comments for this JFieldVarprivate JDocComment
JMethod. jdoc
javadoc comments for this JMethodprivate JDocComment
JPackage. jdoc
package javadoc.Methods in com.sun.codemodel that return JDocComment Modifier and Type Method Description JDocComment
JDocComment. append(java.lang.Object o)
JDocComment
JDefinedClass. javadoc()
Creates, if necessary, and returns the class javadoc for this JDefinedClassJDocComment
JDocCommentable. javadoc()
JDocComment
JEnumConstant. javadoc()
Creates, if necessary, and returns the enum constant javadoc.JDocComment
JFieldVar. javadoc()
Creates, if necessary, and returns the class javadoc for this JDefinedClassJDocComment
JMethod. javadoc()
Creates, if necessary, and returns the class javadoc for this JDefinedClassJDocComment
JPackage. javadoc()
Creates, if necessary, and returns the package javadoc for this JDefinedClass.
-