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(Method method)MethodInvocation(Method method, String conditionClassName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MethodgetMethod()Class<?>getReturnType()StringtoString()-
Methods inherited from class org.drools.mvel.ConditionAnalyzer.Invocation
addArgument, getArguments
-
-
-
-
Method Detail
-
getMethod
public Method getMethod()
-
getReturnType
public Class<?> getReturnType()
- Specified by:
getReturnTypein classConditionAnalyzer.Invocation
-
-