Package org.openl.rules.helpers
Class FlattenMethodFilter
- java.lang.Object
-
- org.openl.rules.helpers.FlattenMethodFilter
-
- All Implemented Interfaces:
MethodFilter
public class FlattenMethodFilter extends Object implements MethodFilter
Implementation ofMethodFilterfor flatten method fromRulesUtils. If the method is called with no parameters then the flatten method must not be found.
-
-
Constructor Summary
Constructors Constructor Description FlattenMethodFilter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanpredicate(JavaOpenMethod javaOpenMethod, IOpenClass[] callParams, ICastFactory castFactory)
-
-
-
Method Detail
-
predicate
public boolean predicate(JavaOpenMethod javaOpenMethod, IOpenClass[] callParams, ICastFactory castFactory)
- Specified by:
predicatein interfaceMethodFilter
-
-