public class StringValueExpression extends Object implements Expression
Constructor and Description |
---|
StringValueExpression(String value) |
Modifier and Type | Method and Description |
---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
String |
getQuotedValue() |
String |
getValue() |
void |
setValue(String value) |
String |
toString() |
public StringValueExpression(String value)
public String getValue()
public String getQuotedValue()
public void setValue(String value)
value
- the value to setpublic void accept(ExpressionVisitor expressionVisitor)
accept
in interface Expression
public String toString()
toString
in interface Expression
toString
in class Object
Copyright © 2018. All rights reserved.