Searched refs:opsA (Results 1 – 2 of 2) sorted by relevance
720 HashSet<SemanticContext> opsA = new HashSet<SemanticContext>(getAndOperands(a)); in factorAnd() local723 HashSet<SemanticContext> result = new HashSet<SemanticContext>(opsA); in factorAnd()728 opsA.removeAll(result); in factorAnd()729 if (opsA.size() == 0) in factorAnd()731 else if (opsA.size() == 1) in factorAnd()732 a = opsA.iterator().next(); in factorAnd()734 a = new AND(opsA); in factorAnd()753 HashSet<SemanticContext> opsA = new HashSet<SemanticContext>(getOrOperands(a)); in factorOr() local756 HashSet<SemanticContext> result = new HashSet<SemanticContext>(opsA); in factorOr()761 opsA.removeAll(result); in factorOr()[all …]
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...