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

  /libcore/luni/src/main/java/libcore/reflect/
WildcardTypeImpl.java 26 private final ListOfTypes extendsBound, superBound;
28 public WildcardTypeImpl(ListOfTypes extendsBound, ListOfTypes superBound) {
30 this.superBound = superBound;
35 return superBound.getResolvedTypes().clone();
65 } else if (superBound.length() > 0) {
66 sb.append(" super ").append(superBound);
GenericSignatureParser.java 356 ListOfTypes superBound = new ListOfTypes(1);
360 return new WildcardTypeImpl(extendsBound, superBound);
365 return new WildcardTypeImpl(extendsBound, superBound);
369 superBound.add(parseFieldTypeSignature());
371 return new WildcardTypeImpl(extendsBound, superBound);
  /cts/tools/signature-tools/src/signature/converter/dex/
GenericSignatureParser.java 458 ITypeReference superBound = null;
462 SigWildcardType wildcardType = factory.getWildcardType(superBound,
468 SigWildcardType wildcardType = factory.getWildcardType(superBound,
473 superBound = parseFieldTypeSignature();
475 SigWildcardType wildcardType = factory.getWildcardType(superBound,
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 1022 milliseconds