Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java384 Set<SemanticContext> otherOperands = commutative.operands; in equals() local
385 if (operands.size() != otherOperands.size()) in equals()
388 return operands.containsAll(otherOperands); in equals()
395 Set<SemanticContext> otherOperands = ((CommutativePredicate)not.ctx).operands; in equals() local
396 if (operands.size() != otherOperands.size()) in equals()
400 for (SemanticContext context : otherOperands) { in equals()
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...