This method of the IWildcardExpressionComparator Interface is called by condense when redundant expressions need to be deleted.
void deleteSubexpression(WildcardExpression expr, int exprnum);
expr | The expression from which to delete the subexpression. |
exprnum | The expression number, which is the original expression index, before any deletions have occurred. The new expression numbers will take effect after condense has completed. |