Searched refs:rhsLabel (Results 1 – 1 of 1) sorted by relevance
765 String rhsLabel = getInputLabelForChannel(rhs); in compare() local768 ? (rhsLabel == null ? 0 : 1) in compare()769 : rhsLabel == null ? -1 : lhsLabel.compareTo(rhsLabel); in compare()