public class Comment extends Object
Modifier and Type | Method and Description |
---|---|
void |
generate(String indent,
PrintWriter printStream)
Writes comment text to the specified print stream in the appropriate format.
|
String |
text()
Returns comment text
|
void |
text(String string)
Sets comment text
|
void |
write()
Writes comment text to standard output (debug).
|
public void text(String string)
public String text()
public void write()
public void generate(String indent, PrintWriter printStream)
Copyright © 2021 JBoss by Red Hat. All rights reserved.