org.drools.rule.constraint
Class ConditionAnalyzer.MapAccessInvocation

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

public static class ConditionAnalyzer.MapAccessInvocation
extends ConditionAnalyzer.Invocation


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

Constructor Detail

ConditionAnalyzer.MapAccessInvocation

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

getKey

public ConditionAnalyzer.Expression getKey()

toString

public String toString()
Overrides:
toString in class Object

getKeyType

public Class<?> getKeyType()

getReturnType

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


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