public class LiteralExpression extends Expression
| Constructor and Description |
|---|
LiteralExpression() |
| Modifier and Type | Method and Description |
|---|---|
String |
evaluateText()
This method returns the textual representation of the expression.
|
String |
getValue() |
String |
predicateText()
This method returns the textual representation of the predicate.
|
void |
setValue(String value) |
String |
toString() |
public String getValue()
public void setValue(String value)
value - the value to setpublic String predicateText()
ExpressionpredicateText in class Expressionpublic String evaluateText()
ExpressionevaluateText in class ExpressionCopyright © 2015 Red Hat, Inc.. All rights reserved.