public interface ExpressionArgument
Expression| Modifier and Type | Method and Description |
|---|---|
ExpressionArgument |
evaluate(Expression expression,
Object input)
This method is called when an argument in the expression stack is
evaluated.
|
ExpressionArgument evaluate(Expression expression, Object input)
Expression#evaluate(Object input) is used to
evaluate the entire stack.expression - The expression stack the argument is in.input - The input argument to the expression stack.ExpressionCopyright 2004-2017 Solace Corporation. All rights reserved.