public class DescriptorExpression extends Object implements ICondition
| Modifier and Type | Class and Description |
|---|---|
static class |
DescriptorExpression.LogicalOperation |
ICondition.CondType| Constructor and Description |
|---|
DescriptorExpression() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
calculateExprValue(Object target) |
static DescriptorExpression |
generateDescriptorExpression(List<Object> tokens) |
boolean |
isNegated() |
boolean |
isTrue(Object target) |
void |
setIsNegated(boolean isNeg) |
public static DescriptorExpression generateDescriptorExpression(List<Object> tokens) throws Exception
Exceptionpublic boolean calculateExprValue(Object target)
public boolean isTrue(Object target)
isTrue in interface IConditionpublic boolean isNegated()
isNegated in interface IConditionpublic void setIsNegated(boolean isNeg)
setIsNegated in interface IConditionCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.