if(inflection.hasContinuationFlag(ruleAndRulesNotCombinableKeys[i])){
                final RuleMatcherEntry[] ruleMatcherEntries = ruleAndRulesNotCombinable.get(ruleAndRulesNotCombinableKeys[i]);
                for(int j = 0; j < ruleMatcherEntries.length; j ++)
                    ruleMatcherEntries[j].match(inflection);
            }