Home
last modified time | relevance | path

Searched refs:arrType1 (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DReferenceType.java212 final ArrayType arrType1 = (ArrayType) this; in getFirstCommonSuperclass() local
214 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()