Searched refs:otherOperands (Results 1 – 2 of 2) sorted by relevance
384 Set<SemanticContext> otherOperands = commutative.operands; in equals() local385 if (operands.size() != otherOperands.size()) in equals()388 return operands.containsAll(otherOperands); in equals()395 Set<SemanticContext> otherOperands = ((CommutativePredicate)not.ctx).operands; in equals() local396 if (operands.size() != otherOperands.size()) in equals()400 for (SemanticContext context : otherOperands) { in equals()
META-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...