public class ExpressionListDeParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected StringBuilder |
buffer |
| Constructor and Description |
|---|
ExpressionListDeParser(ExpressionVisitor expressionVisitor,
StringBuilder builder,
boolean useBrackets,
boolean useComma) |
| Modifier and Type | Method and Description |
|---|---|
void |
deParse(Collection<Expression> expressions)
DeParses the given statement into the buffer
|
StringBuilder |
getBuffer() |
void |
setBuffer(StringBuilder buffer) |
protected StringBuilder buffer
public ExpressionListDeParser(ExpressionVisitor expressionVisitor, StringBuilder builder, boolean useBrackets, boolean useComma)
public void deParse(Collection<Expression> expressions)
expressions - the statement to deparsepublic StringBuilder getBuffer()
public void setBuffer(StringBuilder buffer)
Copyright © 2004–2023 JSQLParser. All rights reserved.