public class OrOperator extends Object implements ExpressionArgument
| Constructor and Description |
|---|
OrOperator() |
| 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.
|
String |
toString() |
public ExpressionArgument evaluate(Expression expression, Object input)
ExpressionArgumentExpression#evaluate(Object input) is used to
evaluate the entire stack.evaluate in interface ExpressionArgumentexpression - The expression stack the argument is in.input - The input argument to the expression stack.ExpressionCopyright 2004-2017 Solace Corporation. All rights reserved.