Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/analysis/
DSemanticContext.java387 Set<SemanticContext> otherOperands = commutative.operands; in equals() local
388 if (operands.size() != otherOperands.size()) in equals()
391 return operands.containsAll(otherOperands); in equals()
398 Set<SemanticContext> otherOperands = ((CommutativePredicate)not.ctx).operands; in equals() local
399 if (operands.size() != otherOperands.size()) in equals()
403 for (SemanticContext context : otherOperands) { in equals()