public class ContainsOperator extends ExpressionOperator
Constructor and Description |
---|
ContainsOperator() |
Modifier and Type | Method and Description |
---|---|
Object |
evaluate(Iterator<Object> operands,
ExpressionVariables variables)
Evaluates the operator
|
ParameterInfo |
getParameterInfo(int index)
Returns info about the parameter at index (left to right)
|
public Object evaluate(Iterator<Object> operands, ExpressionVariables variables)
ExpressionOperator
evaluate
in class ExpressionOperator
operands
- the operands (contains booleans)variables
- the evaluation contextpublic ParameterInfo getParameterInfo(int index)
ExpressionOperator
getParameterInfo
in class ExpressionOperator
index
- the parameter indexCopyright © 2020–2022 Leibniz Institute for Natural Product Research and Infection Biology - Hans Knöll Institute (HKI). All rights reserved.