Package com.sun.tools.corba.ee.idl
Class Comment
java.lang.Object
com.sun.tools.corba.ee.idl.Comment
-
Method Summary
Modifier and TypeMethodDescriptionvoidgenerate(String indent, PrintWriter printStream) Writes comment text to the specified print stream in the appropriate format.text()Returns comment textvoidSets comment textvoidwrite()Writes comment text to standard output (debug).
-
Method Details
-
text
Sets comment text -
text
Returns comment text- Returns:
- comment text
-
write
public void write()Writes comment text to standard output (debug). -
generate
Writes comment text to the specified print stream in the appropriate format.- Parameters:
indent- string to print at the start of each line.nullis equivalent to an empty string.printStream- stream to write text to
-