org.drools.rule.constraint
Class ConditionAnalyzer.Invocation

java.lang.Object
  extended by org.drools.rule.constraint.ConditionAnalyzer.Invocation
Direct Known Subclasses:
ConditionAnalyzer.ArrayAccessInvocation, ConditionAnalyzer.ArrayLengthInvocation, ConditionAnalyzer.ConstructorInvocation, ConditionAnalyzer.FieldAccessInvocation, ConditionAnalyzer.ListAccessInvocation, ConditionAnalyzer.MapAccessInvocation, ConditionAnalyzer.MethodInvocation
Enclosing class:
ConditionAnalyzer

public abstract static class ConditionAnalyzer.Invocation
extends Object


Constructor Summary
ConditionAnalyzer.Invocation()
           
 
Method Summary
 void addArgument(ConditionAnalyzer.Expression argument)
           
 List<ConditionAnalyzer.Expression> getArguments()
           
abstract  Class<?> getReturnType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionAnalyzer.Invocation

public ConditionAnalyzer.Invocation()
Method Detail

getArguments

public List<ConditionAnalyzer.Expression> getArguments()

addArgument

public void addArgument(ConditionAnalyzer.Expression argument)

getReturnType

public abstract Class<?> getReturnType()


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