org.drools.rule.constraint
Class ConditionAnalyzer.ThisInvocation

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

public static class ConditionAnalyzer.ThisInvocation
extends ConditionAnalyzer.MethodInvocation


Constructor Summary
ConditionAnalyzer.ThisInvocation(Class<?> thisClass)
           
 
Method Summary
 Class<?> getReturnType()
           
 
Methods inherited from class org.drools.rule.constraint.ConditionAnalyzer.MethodInvocation
getMethod, 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.ThisInvocation

public ConditionAnalyzer.ThisInvocation(Class<?> thisClass)
Method Detail

getReturnType

public Class<?> getReturnType()
Overrides:
getReturnType in class ConditionAnalyzer.MethodInvocation


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