Package | Description |
---|---|
com.sun.codemodel |
Library for generating Java source code
|
Modifier and Type | Field and Description |
---|---|
private JDocComment |
JPackage.jdoc
package javadoc.
|
private JDocComment |
JMethod.jdoc
javadoc comments for this JMethod
|
private JDocComment |
JDefinedClass.jdoc
class javadoc
|
private JDocComment |
JFieldVar.jdoc
javadoc comments for this JFieldVar
|
private JDocComment |
JEnumConstant.jdoc
javadoc comments, if any.
|
Modifier and Type | Method and Description |
---|---|
JDocComment |
JDocComment.append(java.lang.Object o) |
JDocComment |
JPackage.javadoc()
Creates, if necessary, and returns the package javadoc for this
JDefinedClass.
|
JDocComment |
JMethod.javadoc()
Creates, if necessary, and returns the class javadoc for this
JDefinedClass
|
JDocComment |
JDocCommentable.javadoc() |
JDocComment |
JDefinedClass.javadoc()
Creates, if necessary, and returns the class javadoc for this
JDefinedClass
|
JDocComment |
JFieldVar.javadoc()
Creates, if necessary, and returns the class javadoc for this
JDefinedClass
|
JDocComment |
JEnumConstant.javadoc()
Creates, if necessary, and returns the enum constant javadoc.
|