Package | Description |
---|---|
org.parboiled.support |
Modifier and Type | Method and Description |
---|---|
StringBuilderVar |
StringBuilderVar.appended(char c)
Appends the given char.
|
StringBuilderVar |
StringBuilderVar.appended(java.lang.String text)
Appends the given string.
|
StringBuilderVar |
StringBuilderVar.contentsCleared()
Clears the contents of the wrapped StringBuilder.
|