Searched refs:hisclass (Results 1 – 3 of 3) sorted by relevance
87 Class hisclass = other.getClass(); in equals() local90 if (!hisclass.equals(myclass)) in equals()92 Field[] hisfields = hisclass.getDeclaredFields(); in equals()153 hisclass = hisclass.getSuperclass(); in equals()180 Class hisclass = other.getClass(); in match() local183 Field[] hisfields = hisclass.getDeclaredFields(); in match()277 hisclass = hisclass.getSuperclass(); in match()
87 Class<?> hisclass = that.getClass(); in equals() local90 Field[] hisfields = hisclass.getDeclaredFields(); in equals()148 hisclass = hisclass.getSuperclass(); in equals()176 Class<?> hisclass = other.getClass(); in match() local180 Field[] hisfields = hisclass.getDeclaredFields(); in match()270 hisclass = hisclass.getSuperclass(); in match()
414 Class<?> hisclass = that.getClass(); in equals() local417 Field[] hisfields = hisclass.getDeclaredFields(); in equals()477 hisclass = hisclass.getSuperclass(); in equals()501 Class<?> hisclass = other.getClass(); in match() local502 Field[] hisfields = hisclass.getDeclaredFields(); in match()