public interface StringExpr
Modifier and Type | Method and Description |
---|---|
String |
constantValue()
Returns the string which is the constant value of a literal StringExpr.
|
String |
eval(XNode node,
ExprContext context)
Evaluates this expression in the specified context.
|
String eval(XNode node, ExprContext context) throws EvalException
node
- context nodecontext
- evaluation contextEvalException
- if this expression cannot be evaluated as a
stringString constantValue()