HomeSort by relevance Sort by last modified time
    Searched defs:ownerType (Results 1 - 4 of 4) sorted by null

  /cts/tools/signature-tools/src/signature/compare/model/subst/
ParameterizedTypeProjection.java 41 ITypeReference ownerType = original.getOwnerType();
42 if (ownerType == null) {
45 return ViewpointAdapter.substitutedTypeReference(ownerType, mappings);
  /cts/tools/signature-tools/src/signature/model/impl/
SigParameterizedType.java 30 private ITypeReference ownerType;
34 public SigParameterizedType(ITypeReference ownerType,
36 this.ownerType = ownerType;
42 ITypeReference returnValue = ownerType;
  /cts/tools/signature-tools/test/signature/converter/
ConvertParameterizedTypeTest.java 59 ITypeReference ownerType = parametrizedType.getOwnerType();
60 assertNotNull(ownerType);
  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 346 ITypeReference ownerType = null;
349 ownerType = convertTypeReference(containingType);
360 return pool.getParameterizedType(ownerType, rawType,

Completed in 806 milliseconds