Uses of Class
org.codehaus.modello.generator.java.javasource.JDocComment

Packages that use JDocComment
org.codehaus.modello.generator.java.javasource   
 

Uses of JDocComment in org.codehaus.modello.generator.java.javasource
 

Fields in org.codehaus.modello.generator.java.javasource declared as JDocComment
private  JDocComment JMethod.jdc
          The JavaDoc comment for this JMethod.
private  JDocComment JStructure.jdc
          The Javadoc for this JStructure
private  JDocComment JMethodSignature.jdc
          The JavaDoc comment for this method signature.
private  JDocComment JField.comment
           
 

Methods in org.codehaus.modello.generator.java.javasource that return JDocComment
 JDocComment JMethod.getJDocComment()
          Returns the JDocComment describing this member.
 JDocComment JStructure.getJDocComment()
          Returns the Java Doc comment for this JStructure
 JDocComment JMethodSignature.getJDocComment()
          Returns the JDocComment describing this JMethodSignature
 JDocComment JField.getComment()
          Returns the comment describing this member.
 

Methods in org.codehaus.modello.generator.java.javasource with parameters of type JDocComment
 void JField.setComment(JDocComment comment)
          Sets the comment describing this member.