Home
last modified time | relevance | path

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

/cts/tools/signature-tools/src/signature/compare/model/subst/
DViewpointAdapter.java63 public static Set<ITypeReference> substitutedTypeReferences( in substitutedTypeReferences() method in ViewpointAdapter
67 return new HashSet<ITypeReference>(substitutedTypeReferences(result, in substitutedTypeReferences()
71 public static List<ITypeReference> substitutedTypeReferences( in substitutedTypeReferences() method in ViewpointAdapter
DWildcardTypeProjection.java45 return ViewpointAdapter.substitutedTypeReferences(original in getUpperBounds()
DParameterizedTypeProjection.java69 arguments = ViewpointAdapter.substitutedTypeReferences(original in getTypeArguments()
DExecutableMemberProjection.java52 return ViewpointAdapter.substitutedTypeReferences(original in getExceptions()