public final class StringValue extends ASTNodeAccessImpl implements Expression
| Modifier and Type | Field and Description |
|---|---|
static List<String> |
ALLOWED_PREFIXES |
| Constructor and Description |
|---|
StringValue(String escapedValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getNotExcapedValue() |
String |
getPrefix() |
String |
getValue() |
void |
setPrefix(String prefix) |
void |
setValue(String string) |
String |
toString() |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic StringValue(String escapedValue)
public String getValue()
public String getPrefix()
public String getNotExcapedValue()
public void setValue(String string)
public void setPrefix(String prefix)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface ExpressionCopyright © 2004–2019 JSQLParser. All rights reserved.