public static interface ExpressionBuilder.Custom extends ExpressionBuilder.Value
Modifier and Type | Method and Description |
---|---|
ExpressionBuilder.Custom |
add(ExpressionBuilder.Parameter parameter) |
ExpressionBuilder.Custom |
add(ExpressionBuilder.Variable variable) |
Object |
getValue() |
accept
Object getValue()
ExpressionBuilder.Custom add(ExpressionBuilder.Variable variable)
ExpressionBuilder.Custom add(ExpressionBuilder.Parameter parameter)