Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/util/
H A DMethodOverrideTester.java400 …private void computeSubstitutions(IType instantiatedType, IType instantiatingType, String[] typeAr… in computeSubstitutions() argument
406 if (instantiatingType == null) { // the focus type in computeSubstitutions()
415 …String substString= getSubstitutedTypeName(typeArguments[i], instantiatingType); // substitute in … in computeSubstitutions()
416 …String erasure= getErasedTypeName(typeArguments[i], instantiatingType); // get the erasure from th… in computeSubstitutions()