Searched refs:arrType1 (Results 1 – 1 of 1) sorted by relevance
212 final ArrayType arrType1 = (ArrayType) this; in getFirstCommonSuperclass() local214 if ((arrType1.getDimensions() == arrType2.getDimensions()) in getFirstCommonSuperclass()215 && arrType1.getBasicType() instanceof ObjectType in getFirstCommonSuperclass()217 return new ArrayType(((ObjectType) arrType1.getBasicType()) in getFirstCommonSuperclass()218 .getFirstCommonSuperclass((ObjectType) arrType2.getBasicType()), arrType1 in getFirstCommonSuperclass()