org.drools.rule.constraint
Class AnalyzedCondition.MapAccessInvocation

java.lang.Object
  extended by org.drools.rule.constraint.AnalyzedCondition.Invocation
      extended by org.drools.rule.constraint.AnalyzedCondition.MapAccessInvocation
Enclosing class:
AnalyzedCondition

public static class AnalyzedCondition.MapAccessInvocation
extends AnalyzedCondition.Invocation


Constructor Summary
AnalyzedCondition.MapAccessInvocation(Class<?> keyType, Class<?> valueType, AnalyzedCondition.Expression key)
           
 
Method Summary
 AnalyzedCondition.Expression getKey()
           
 Class<?> getKeyType()
           
 Class<?> getReturnType()
           
 String toString()
           
 
Methods inherited from class org.drools.rule.constraint.AnalyzedCondition.Invocation
addArgument, getArguments
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnalyzedCondition.MapAccessInvocation

public AnalyzedCondition.MapAccessInvocation(Class<?> keyType,
                                             Class<?> valueType,
                                             AnalyzedCondition.Expression key)
Method Detail

getKey

public AnalyzedCondition.Expression getKey()

toString

public String toString()
Overrides:
toString in class Object

getKeyType

public Class<?> getKeyType()

getReturnType

public Class<?> getReturnType()
Specified by:
getReturnType in class AnalyzedCondition.Invocation


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