Uses of Class
org.exolab.javasource.JDocComment

Packages that use JDocComment
org.exolab.javasource 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 JDocComment
 JDocComment AbstractJField.getComment()
          Returns the JavaDoc comment describing this member.
 JDocComment JAnnotationTypeElement.getComment()
          Returns the JavaDoc comment describing this member.
 JDocComment JEnumConstant.getComment()
          Returns the JavaDoc comment describing this JEnumConstant.
 JDocComment JMethodSignature.getJDocComment()
          Returns the JavaDoc comment describing this JMethodSignature.
 JDocComment JStructure.getJDocComment()
          Returns the JavaDoc comment for this JStructure.
 JDocComment JMethod.getJDocComment()
          Returns the JavaDoc comment describing this JMethod.
 

Methods in org.exolab.javasource with parameters of type JDocComment
 void 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.
 



Copyright © 2012. All Rights Reserved.