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
public String toString()
toString
in interface Expression
toString
in class Object
Copyright © 2018. All rights reserved.