Package org.openl.rules.helpers
Class AddAllMethodFilter
- java.lang.Object
-
- org.openl.rules.helpers.AddAllMethodFilter
-
- All Implemented Interfaces:
MethodFilter
public class AddAllMethodFilter extends Object implements MethodFilter
Implementation ofMethodFilterfor addAll method fromRulesUtils. The implementation controls that if method parameters are arrays with difference in dimensions more than two, then the method must be not found.
-
-
Constructor Summary
Constructors Constructor Description AddAllMethodFilter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpredicate(JavaOpenMethod javaOpenMethod, IOpenClass[] callParams, ICastFactory castFactory)static AddAllMethodDetailsresolve(IOpenClass[] callParams, ICastFactory castFactory)
-
-
-
Method Detail
-
resolve
public static AddAllMethodDetails resolve(IOpenClass[] callParams, ICastFactory castFactory)
-
predicate
public boolean predicate(JavaOpenMethod javaOpenMethod, IOpenClass[] callParams, ICastFactory castFactory)
- Specified by:
predicatein interfaceMethodFilter
-
-