Searched defs:that (Results 1 – 4 of 4) sorted by relevance
42 public static boolean equals(IClassReference thiz, Object that) { in equals()
50 public static boolean equals(IArrayType thiz, Object that) { in equals()
78 public static boolean equals(IParameterizedType thiz, Object that) { in equals()
204 IClassDefinition that = (IClassDefinition) obj; in equals() local