Uses of Interface
org.inxar.jenesis.Comment

Packages that use Comment
com.inxar.jenesis Classes which implement Java language elements. 
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of Comment in com.inxar.jenesis
 

Classes in com.inxar.jenesis that implement Comment
 class MComment
          Standard Comment implementations.
 

Methods in com.inxar.jenesis that return Comment
 Comment MLiteral.getComment()
           
 Comment MStatement.comment(java.lang.String text)
           
 

Methods in com.inxar.jenesis with parameters of type Comment
 void MCodeWriter.queue(Comment comment)
          This method allows those codeable objects to inject a comment without interrupting the line-by-line code itself.
 void MLiteral.setComment(Comment comment)
           
 

Uses of Comment in org.inxar.jenesis
 

Subinterfaces of Comment in org.inxar.jenesis
 interface DocumentationComment
          Comment subinterface for documentation comments (javadoc).
 

Methods in org.inxar.jenesis that return Comment
 Comment Statement.comment(java.lang.String text)
          Comments the statement.
 Comment Codeable.getComment()
          Gets the comment for this Codeable object.
 

Methods in org.inxar.jenesis with parameters of type Comment
 void CodeWriter.queue(Comment comment)
          This method allows those codeable objects to inject a comment without interrupting the line-by-line code itself.