Searched refs:simpleAtomMatchers (Results 1 – 1 of 1) sorted by relevance
289 List<AtomMatcher> simpleAtomMatchers = new ArrayList<>(); in createConfig() local292 simpleAtomMatchers.add(atomMatcher); in createConfig()298 AtomMatcher unionAtomMatcher = createUnionMatcher(simpleAtomMatchers, in createConfig()307 for (AtomMatcher atomMatcher : simpleAtomMatchers) { in createConfig()328 private AtomMatcher createUnionMatcher(List<AtomMatcher> simpleAtomMatchers, in createUnionMatcher() argument333 for (AtomMatcher matcher : simpleAtomMatchers) { in createUnionMatcher()