| Constructor and Description |
|---|
C(boolean oneLine,
String s)
Construct a comment.
|
C(String s)
Construct a multi-line comment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
emit(int indent,
PrintWriter fp)
Write the statement to the output stream.
|
public C(boolean oneLine,
String s)
oneLine - is this a one line comment?s - the comment textpublic C(String s)
s - the commentpublic void emit(int indent,
PrintWriter fp)
indent - the text indentationfp - the file handleCopyright © 2013–2014. All rights reserved.