Home | History | Annotate | Download | only in compare

Lines Matching refs:isGeneric

1305                 if (isGeneric(from) && !isGeneric(to)) {
1309 if (!isGeneric(from) && isGeneric(to)) {
1319 private boolean isGeneric(ITypeReference reference) {
1326 return isGeneric(((IArrayType) reference).getComponentType());