Builds the filter, expression or arguments related with the visited node of syntax tree
5253545556575859606162
if (filterFactory == null) { ff = CommonFactoryFinder.getFilterFactory((Hints) null); } ICompiler compiler; if(language == Language.ECQL){ compiler = new ECQLCompiler(predicate, ff); }else{ compiler = new CQLCompiler(predicate, ff); } return compiler; }