public class ParentheticalStringBuilder extends PrependingStringBuilder implements java.lang.AutoCloseable
sb| Constructor and Description |
|---|
ParentheticalStringBuilder(IndentingStringBuilder sb)
Constructor.
|
ParentheticalStringBuilder(IndentingStringBuilder sb,
java.lang.String openString,
java.lang.String closeString)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
addComment, append, append, append, length, nextLine, popIndent, pushIndent, toString, triggeredpublic ParentheticalStringBuilder(IndentingStringBuilder sb, java.lang.String openString, java.lang.String closeString)
sb - the IndentingStringBuilder to write toopenString - the opening stringcloseString - the closing stringpublic ParentheticalStringBuilder(IndentingStringBuilder sb)
sb - the IndentingStringBuilder to write to