Home
last modified time | relevance | path

Searched refs:opsA (Results 1 – 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java720 HashSet<SemanticContext> opsA = new HashSet<SemanticContext>(getAndOperands(a)); in factorAnd() local
723 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() local
756 HashSet<SemanticContext> result = new HashSet<SemanticContext>(opsA); in factorOr()
761 opsA.removeAll(result); in factorOr()
[all …]
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...