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
Exception
public boolean calculateExprValue(Object target)
public boolean isTrue(Object target)
isTrue
in interface ICondition
public boolean isNegated()
isNegated
in interface ICondition
public void setIsNegated(boolean isNeg)
setIsNegated
in interface ICondition
Copyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.