Package org.drools.mvel
Class ConditionAnalyzer.MethodInvocation
- java.lang.Object
-
- org.drools.mvel.ConditionAnalyzer.Invocation
-
- org.drools.mvel.ConditionAnalyzer.MethodInvocation
-
- Direct Known Subclasses:
ConditionAnalyzer.ThisInvocation
- Enclosing class:
- ConditionAnalyzer
public static class ConditionAnalyzer.MethodInvocation extends ConditionAnalyzer.Invocation
-
-
Constructor Summary
Constructors Constructor Description MethodInvocation(java.lang.reflect.Method method)MethodInvocation(java.lang.reflect.Method method, java.lang.String conditionClassName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.reflect.MethodgetMethod()java.lang.Class<?>getReturnType()java.lang.StringtoString()-
Methods inherited from class org.drools.mvel.ConditionAnalyzer.Invocation
addArgument, getArguments
-
-
-
-
Method Detail
-
getMethod
public java.lang.reflect.Method getMethod()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getReturnType
public java.lang.Class<?> getReturnType()
- Specified by:
getReturnTypein classConditionAnalyzer.Invocation
-
-