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