Searched refs:parentShortName (Results 1 – 1 of 1) sorted by relevance
557 … String parentShortName = parentAnnotations == null ? null : parentAnnotations.getShortName(code); in toString() local558 if (shortName != null && Objects.equal(shortName, parentShortName)) { in toString()