Class RuleContext.FunctionType
- java.lang.Object
-
- org.drools.model.codegen.execmodel.generator.RuleContext.FunctionType
-
- Enclosing class:
- RuleContext
public static class RuleContext.FunctionType extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FunctionType(java.lang.Class<?> returnType, java.util.List<java.lang.Class<?>> argumentsType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.Class<?>>getArgumentsType()java.lang.Class<?>getReturnType()
-