Searched refs:otherOperands (Results 1 – 1 of 1) sorted by relevance
387 Set<SemanticContext> otherOperands = commutative.operands; in equals() local388 if (operands.size() != otherOperands.size()) in equals()391 return operands.containsAll(otherOperands); in equals()398 Set<SemanticContext> otherOperands = ((CommutativePredicate)not.ctx).operands; in equals() local399 if (operands.size() != otherOperands.size()) in equals()403 for (SemanticContext context : otherOperands) { in equals()