Class Comment

java.lang.Object
com.sun.tools.corba.ee.idl.Comment

public class Comment extends Object
  • Method Details

    • text

      public void text(String string)
      Sets comment text
    • text

      public String text()
      Returns comment text
      Returns:
      comment text
    • write

      public void write()
      Writes comment text to standard output (debug).
    • generate

      public void generate(String indent, PrintWriter printStream)
      Writes comment text to the specified print stream in the appropriate format.
      Parameters:
      indent - string to print at the start of each line. null is equivalent to an empty string.
      printStream - stream to write text to