HomeSort by relevance Sort by last modified time
    Searched full:converttypereference (Results 1 - 1 of 1) sorted by null

  /cts/tools/signature-tools/src/signature/converter/doclet/
DocletToSigConverter.java 155 c.setSuperClass(convertTypeReference(classDoc.superclassType()));
162 interfaces.add(convertTypeReference(interfaceType));
207 .add(((ITypeVariableReference) convertTypeReference(
229 annotationField.setType(convertTypeReference(annotationElement
269 return convertTypeReference((Type) value);
280 ITypeReference fieldType = convertTypeReference(field.type());
314 baseType = convertTypeReference(type.asTypeVariable());
316 baseType = convertTypeReference(type.asParameterizedType());
337 private ITypeReference convertTypeReference(Type type) {
349 ownerType = convertTypeReference(containingType);
    [all...]

Completed in 77 milliseconds