
public class TextWriterObjectComment extends TextWriterWriterInterface<Object>
| Constructor and Description | 
|---|
TextWriterObjectComment()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
write(TextWriterStream out,
     String label,
     Object object)
Put an object into the comment section 
 | 
writeObjectpublic void write(TextWriterStream out, String label, Object object)
write in class TextWriterWriterInterface<Object>out - Output streamlabel - Label to prefixobject - object to output