Searched defs:getCommonSuperClass (Results 1 – 3 of 3) sorted by relevance
36 protected String getCommonSuperClass(String type1, String type2) { in getCommonSuperClass() method in NonMergingClassWriter
34 protected String getCommonSuperClass(final String type1, final String type2) { in getCommonSuperClass() method in InstrumentingClassWriter
1509 override fun getCommonSuperClass(type1: String, type2: String): String { in getCommonSuperClass() method in CW