| Package | Description | 
|---|---|
| net.sourceforge.jenesis4java | |
| net.sourceforge.jenesis4java.impl | |
| net.sourceforge.jenesis4java.impl.util | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
DocumentationComment
Comment subinterface for documentation comments (javadoc). | 
| Modifier and Type | Method and Description | 
|---|---|
Comment | 
Statement.comment(String text)
Comments the statement. 
 | 
Comment | 
Codeable.getComment()
Gets the comment for this  
Codeable object. | 
Comment | 
Comment.setText(String text)
Sets the text for this comment. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
CodeWriter | 
CodeWriter.queue(Comment comment)
This method allows those codeable objects to inject a comment without
 interrupting the line-by-line code itself. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Comment | 
MLiteral.getComment()  | 
| Modifier and Type | Method and Description | 
|---|---|
MCodeWriter | 
MCodeWriter.queue(Comment comment)
This method allows those codeable objects to inject a comment without
 interrupting the line-by-line code itself. 
 | 
MLiteral | 
MLiteral.setComment(Comment comment)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BlockStyle.toCode(CodeWriter out,
      List<? extends Codeable> codeables,
      Comment inlineComment)
Sets an List of codeables to write as a block. 
 | 
Copyright © 2000–2018 jenesis4java. All rights reserved.