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