public final class StringValue extends ASTNodeAccessImpl implements Expression
| Modifier and Type | Field and Description |
|---|---|
static List<Character> |
ALLOWED_PREFIXES |
| Constructor and Description |
|---|
StringValue(String escapedValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getNotExcapedValue() |
Character |
getPrefix() |
String |
getValue() |
void |
setPrefix(Character 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 Character getPrefix()
public String getNotExcapedValue()
public void setValue(String string)
public void setPrefix(Character prefix)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface ExpressionCopyright © 2004–2018 JSQLParser. All rights reserved.