Class Comment

java.lang.Object
com.sun.tools.corba.se.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
    • 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.