public static class ExpressionFactory.OrOperator extends java.lang.Object implements Expression
Modifier and Type | Field and Description |
---|---|
private java.util.List<Expression> |
args |
Constructor and Description |
---|
ExpressionFactory.OrOperator(java.util.List<Expression> args)
Constructs a new
OrOperator . |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
evaluate(Environment env)
Evaluate this expression.
|
private java.util.List<Expression> args
public ExpressionFactory.OrOperator(java.util.List<Expression> args)
OrOperator
.args
- argumentspublic java.lang.Object evaluate(Environment env)
Expression
evaluate
in interface Expression
env
- The environmentList
, String or any
primitive type or wrapper classes of a primitive type.