class PlainStringGenerator extends StringGenerator
StringGenerator.Type
buf, inString
Constructor and Description |
---|
PlainStringGenerator(java.lang.StringBuilder buf)
Initialize the StringGenerator with an output buffer.
|
Modifier and Type | Method and Description |
---|---|
protected void |
afterExpression(StringGenerator.Type type) |
protected void |
beforeExpression(StringGenerator.Type type) |
protected void |
finishOutput() |
protected void |
forceStringPrefix() |
protected void |
forceStringSuffix() |
appendExpression, appendStringLiteral, appendStringValuedExpression, completeString, create
PlainStringGenerator(java.lang.StringBuilder buf)
buf
- output bufferprotected void afterExpression(StringGenerator.Type type)
afterExpression
in class StringGenerator
protected void beforeExpression(StringGenerator.Type type)
beforeExpression
in class StringGenerator
protected void finishOutput()
finishOutput
in class StringGenerator
protected void forceStringPrefix()
forceStringPrefix
in class StringGenerator
protected void forceStringSuffix()
forceStringSuffix
in class StringGenerator