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

  /external/guice/core/src/com/google/inject/
TypeLiteral.java 230 * Returns the generic form of {@code supertype}. For example, if this is {@code
234 * @param supertype a superclass of, or interface implemented by, this.
237 public TypeLiteral<?> getSupertype(Class<?> supertype) {
239 supertype.isAssignableFrom(rawType), "%s is not a supertype of %s", supertype, this.type); local
240 return resolve(MoreTypes.getGenericSupertype(type, rawType, supertype));
252 "%s is not defined by a supertype of %s",
261 * @param methodOrConstructor a method or constructor defined by this or any supertype.
271 "%s is not defined by a supertype of %s"
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Merger.java 208 * Returns whether the given supertype is possibly assignable from
212 * type {@code Object} is the supertype of all reference
216 * @param supertypeBearer {@code non-null;} the supertype
221 Type supertype = supertypeBearer.getType(); local
224 if (supertype.equals(subtype)) {
229 int superBt = supertype.getBasicType();
235 supertype = Type.OBJECT;
249 return supertype.isIntlike() && subtype.isIntlike();
254 if (supertype == Type.KNOWN_NULL) {
256 * A known-null supertype is only assignable from anothe
    [all...]
  /external/guava/guava/src/com/google/common/reflect/
TypeToken.java 266 TypeToken<?> supertype = resolveType(type); local
268 supertype.typeResolver = typeResolver;
269 return supertype;
387 @SuppressWarnings("unchecked") // resolved supertype
388 TypeToken<? super T> supertype = (TypeToken<? super T>) local
390 return supertype;
    [all...]
  /external/dexmaker/dexmaker/src/main/java/com/android/dx/
DexMaker.java 233 TypeId<?> supertype, TypeId<?>... interfaces) {
246 declaration.supertype = supertype;
358 if (decl.supertype != null) {
359 int sum = 31 * decl.supertype.hashCode() + decl.interfaces.hashCode();
556 private TypeId<?> supertype; field in class:DexMaker.TypeDeclaration
580 classDefItem = new ClassDefItem(thisType, flags, supertype.constant,
  /external/javapoet/src/main/java/com/squareup/javapoet/
TypeSpec.java 192 TypeName supertype = !superinterfaces.isEmpty() ? superinterfaces.get(0) : superclass; local
193 codeWriter.emit("new $T(", supertype);
  /dalvik/dx/src/com/android/dex/
Dex.java 460 int supertype = readInt(); local
466 return new ClassDef(Dex.this, offset, type, accessFlags, supertype,
  /external/doclava/src/com/google/doclava/
ClassInfo.java 467 TypeInfo supertype = mRealSuperclassType; local
469 while (superclass != null && supertype != null) {
471 lastCtp = new ClassTypePair(superclass, supertype.getTypeWithArguments(typeArgumentsMap));
474 supertype = superclass.mRealSuperclassType;
    [all...]
  /external/kotlinc/lib/
kotlin-reflect.jar 
kotlin-compiler.jar 
android-extensions-compiler.jar 
  /external/error_prone/checkerframework/
javacutil-2.5.3.jar 
  /external/caliper/lib/
gson-2.2.2.jar 
  /external/cldr/tools/java/libs/
gson.jar 
guava.jar 
  /external/guice/lib/
guava-19.0.jar 
  /external/dagger2/lib/
auto-value-1.4.1.jar 
google-java-format-0.1-20151017.042846-2.jar 
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 
  /external/guice/extensions/struts2/lib/
core-3.1.1.jar 

Completed in 710 milliseconds