public abstract class AbstractExpressionRenderer extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
builder |
protected StringRendererConfig |
config |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractExpressionRenderer(StringRendererConfig config) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
append(String string) |
protected void |
appendAutoQuoted(String identifier) |
protected void |
appendBooleanLiteral(BooleanLiteral literal) |
protected void |
appendKeyword(String keyword) |
protected void |
endParenthesis() |
String |
render()
Render expression to a string
|
protected void |
startParenthesis() |
protected final StringRendererConfig config
protected final StringBuilder builder
protected AbstractExpressionRenderer(StringRendererConfig config)
protected void appendKeyword(String keyword)
protected void appendBooleanLiteral(BooleanLiteral literal)
protected void startParenthesis()
protected void endParenthesis()
protected void append(String string)
protected void appendAutoQuoted(String identifier)
public String render()
Copyright © 2018–2021. All rights reserved.