public interface StringCalc extends Calc
String.
 When implementing this interface, it is convenient to extend
 AbstractStringCalc, but it is not required.
| Modifier and Type | Method and Description | 
|---|---|
String | 
evaluateString(Evaluator evaluator)
Evaluates this expression to yield a  
String value. | 
accept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrap