org.drools.rule.constraint
Class ConditionAnalyzer.MethodInvocation

java.lang.Object
  extended by org.drools.rule.constraint.ConditionAnalyzer.Invocation
      extended by org.drools.rule.constraint.ConditionAnalyzer.MethodInvocation
Direct Known Subclasses:
ConditionAnalyzer.ThisInvocation
Enclosing class:
ConditionAnalyzer

public static class ConditionAnalyzer.MethodInvocation
extends ConditionAnalyzer.Invocation


Constructor Summary
ConditionAnalyzer.MethodInvocation(Method method)
           
ConditionAnalyzer.MethodInvocation(Method method, String conditionClass)
           
 
Method Summary
 Method getMethod()
           
 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.MethodInvocation

public ConditionAnalyzer.MethodInvocation(Method method)

ConditionAnalyzer.MethodInvocation

public ConditionAnalyzer.MethodInvocation(Method method,
                                          String conditionClass)
Method Detail

getMethod

public Method getMethod()

toString

public String toString()
Overrides:
toString in class Object

getReturnType

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


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