Package com.sun.tools.corba.se.idl
Class Comment
java.lang.Object
com.sun.tools.corba.se.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 -
write
public void write()Writes comment text to standard output (debug). -
generate
Writes comment text to the specified print stream in the appropriate format.
-