Uses of Class
org.exolab.javasource.JDocComment
Packages that use JDocComment
Package
Description
This package contains classes that represent Java Source objects for Castor XML
code generator.
-
Uses of JDocComment in org.exolab.javasource
Methods in org.exolab.javasource that return JDocCommentModifier and TypeMethodDescriptionAbstractJField.getComment()
Returns the JavaDoc comment describing this member.JAnnotationTypeElement.getComment()
Returns the JavaDoc comment describing this member.JEnumConstant.getComment()
Returns the JavaDoc comment describing this JEnumConstant.JMethod.getJDocComment()
Returns the JavaDoc comment describing this JMethod.JMethodSignature.getJDocComment()
Returns the JavaDoc comment describing this JMethodSignature.final JDocComment
JStructure.getJDocComment()
Returns the JavaDoc comment for this JStructure.Methods in org.exolab.javasource with parameters of type JDocCommentModifier and TypeMethodDescriptionvoid
AbstractJField.setComment
(JDocComment comment) Sets the JavaDoc comment describing this JField.void
JAnnotationTypeElement.setComment
(JDocComment comment) Sets the JavaDoc comment describing this member.void
JEnumConstant.setComment
(JDocComment comment) Sets the JavaDoc comment describing this JEnumConstant.