public class ChooseExpression extends DynamicExpression
JEXL_ENGINE| Constructor and Description |
|---|
ChooseExpression(OtherwiseExpression otherwise,
WhenExpression... whens) |
| Modifier and Type | Method and Description |
|---|---|
EvaluationFeedback |
evaluate(java.lang.StringBuilder out,
DynamicSQLParameters variables) |
java.util.List<java.lang.Object> |
getConstructorParameters() |
evaluate, renderConstructorpublic ChooseExpression(OtherwiseExpression otherwise, WhenExpression... whens)
public EvaluationFeedback evaluate(java.lang.StringBuilder out, DynamicSQLParameters variables) throws DynamicSQLEvaluationException
DynamicSQLEvaluationExceptionpublic java.util.List<java.lang.Object> getConstructorParameters()
getConstructorParameters in class DynamicExpression