org.drools.rule.constraint
Class ConditionAnalyzer.ListAccessInvocation

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

public static class ConditionAnalyzer.ListAccessInvocation
extends ConditionAnalyzer.Invocation


Constructor Summary
ConditionAnalyzer.ListAccessInvocation(Class<?> listType, ConditionAnalyzer.Expression index)
           
 
Method Summary
 ConditionAnalyzer.Expression getIndex()
           
 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.ListAccessInvocation

public ConditionAnalyzer.ListAccessInvocation(Class<?> listType,
                                              ConditionAnalyzer.Expression index)
Method Detail

getIndex

public ConditionAnalyzer.Expression getIndex()

toString

public String toString()
Overrides:
toString in class Object

getReturnType

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


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