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 JDocCommentJStructure.getJDocComment()Returns the JavaDoc comment for this JStructure.Methods in org.exolab.javasource with parameters of type JDocCommentModifier and TypeMethodDescriptionvoidAbstractJField.setComment(JDocComment comment) Sets the JavaDoc comment describing this JField.voidJAnnotationTypeElement.setComment(JDocComment comment) Sets the JavaDoc comment describing this member.voidJEnumConstant.setComment(JDocComment comment) Sets the JavaDoc comment describing this JEnumConstant.