Uses of Interface
org.openl.rules.lang.xls.binding.wrapper.IRulesMethodWrapper
-
Packages that use IRulesMethodWrapper Package Description org.openl.rules.lang.xls.binding.wrapper org.openl.rules.vm -
-
Uses of IRulesMethodWrapper in org.openl.rules.lang.xls.binding.wrapper
Classes in org.openl.rules.lang.xls.binding.wrapper that implement IRulesMethodWrapper Modifier and Type Class Description classAlgorithmSubroutineMethodWrapperclassAlgorithmWrapperclassColumnMatchWrapperclassDecisionTableWrapperclassMatchingOpenMethodDispatcherWrapperclassOverloadedMethodsDispatcherTableWrapperclassSpreadsheetWrapperclassTableMethodWrapperMethods in org.openl.rules.lang.xls.binding.wrapper with parameters of type IRulesMethodWrapper Modifier and Type Method Description static ObjectWrapperLogic. invoke(IRulesMethodWrapper wrapper, Object target, Object[] params, IRuntimeEnv env, boolean externalMethodCall) -
Uses of IRulesMethodWrapper in org.openl.rules.vm
Methods in org.openl.rules.vm that return IRulesMethodWrapper Modifier and Type Method Description IRulesMethodWrapperSimpleRulesRuntimeEnv. getMethodWrapper()Methods in org.openl.rules.vm with parameters of type IRulesMethodWrapper Modifier and Type Method Description voidSimpleRulesRuntimeEnv. setMethodWrapper(IRulesMethodWrapper methodWrapper)
-