Package org.drools.mvel
Class ConditionAnalyzer.VariableExpression
- java.lang.Object
-
- org.drools.mvel.ConditionAnalyzer.VariableExpression
-
- All Implemented Interfaces:
ConditionAnalyzer.Expression
- Enclosing class:
- ConditionAnalyzer
public static class ConditionAnalyzer.VariableExpression extends Object implements ConditionAnalyzer.Expression
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanBeNull()Class<?>getType()Class<?>getVariableType()StringtoString()
-
-
-
Method Detail
-
canBeNull
public boolean canBeNull()
- Specified by:
canBeNullin interfaceConditionAnalyzer.Expression
-
getVariableType
public Class<?> getVariableType()
-
getType
public Class<?> getType()
- Specified by:
getTypein interfaceConditionAnalyzer.Expression
-
-