Package org.drools.mvel
Class ConditionAnalyzer.ConstructorInvocation
- java.lang.Object
-
- org.drools.mvel.ConditionAnalyzer.Invocation
-
- org.drools.mvel.ConditionAnalyzer.ConstructorInvocation
-
- Enclosing class:
- ConditionAnalyzer
public static class ConditionAnalyzer.ConstructorInvocation extends ConditionAnalyzer.Invocation
-
-
Constructor Summary
Constructors Constructor Description ConstructorInvocation(Constructor constructor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstructorgetConstructor()Class<?>getReturnType()StringtoString()-
Methods inherited from class org.drools.mvel.ConditionAnalyzer.Invocation
addArgument, getArguments
-
-
-
-
Constructor Detail
-
ConstructorInvocation
public ConstructorInvocation(Constructor constructor)
-
-
Method Detail
-
getConstructor
public Constructor getConstructor()
-
getReturnType
public Class<?> getReturnType()
- Specified by:
getReturnTypein classConditionAnalyzer.Invocation
-
-