org.drools.rule.constraint
Class AnalyzedCondition.EvaluatedExpression

java.lang.Object
  extended by org.drools.rule.constraint.AnalyzedCondition.EvaluatedExpression
All Implemented Interfaces:
AnalyzedCondition.Expression
Enclosing class:
AnalyzedCondition

public static class AnalyzedCondition.EvaluatedExpression
extends Object
implements AnalyzedCondition.Expression


Constructor Summary
AnalyzedCondition.EvaluatedExpression()
           
 
Method Summary
 boolean canBeNull()
           
 Class<?> getType()
           
 boolean isFixed()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalyzedCondition.EvaluatedExpression

public AnalyzedCondition.EvaluatedExpression()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

isFixed

public boolean isFixed()
Specified by:
isFixed in interface AnalyzedCondition.Expression

canBeNull

public boolean canBeNull()
Specified by:
canBeNull in interface AnalyzedCondition.Expression

getType

public Class<?> getType()
Specified by:
getType in interface AnalyzedCondition.Expression


Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.