Searched refs:typeVariable (Results 1 - 21 of 21) sorted by relevance

/external/guava/guava/src/com/google/common/reflect/
H A DTypeParameter.java44 final TypeVariable<?> typeVariable; field in class:TypeParameter
49 this.typeVariable = (TypeVariable<?>) type;
53 return typeVariable.hashCode();
59 return typeVariable.equals(that.typeVariable);
65 return typeVariable.toString();
H A DTypeResolver.java107 @Override void visitTypeVariable(TypeVariable<?> typeVariable) {
108 mappings.put(new TypeVariableKey(typeVariable), to);
H A DTypes.java329 TypeVariable<D> typeVariable = Reflection.newProxy(
331 return typeVariable;
H A DTypeToken.java217 new TypeResolver.TypeVariableKey(typeParam.typeVariable),
/external/mockito/src/org/mockito/internal/util/reflection/
H A DGenericMetadataSupport.java173 TypeVariable typeVariable = (TypeVariable) type;
174 return getActualTypeArgumentFor(typeVariable);
330 private final TypeVariable typeVariable; field in class:GenericMetadataSupport.TypeVariableReturnType
336 public TypeVariableReturnType(GenericMetadataSupport source, TypeVariable[] typeParameters, TypeVariable typeVariable) { argument
338 this.typeVariable = typeVariable;
350 for (Type type : typeVariable.getBounds()) {
353 registerTypeVariablesOn(getActualTypeArgumentFor(typeVariable));
359 rawType = extractRawTypeOf(typeVariable);
386 Type type = extractActualBoundedTypeOf(typeVariable);
490 private TypeVariable typeVariable; field in class:GenericMetadataSupport.TypeVarBoundedType
493 TypeVarBoundedType(TypeVariable typeVariable) argument
540 public TypeVariable typeVariable() { method in class:GenericMetadataSupport.TypeVarBoundedType
[all...]
/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeParameterTest.java35 TypeVariable<?> variable = new TypeParameter<T>() {}.typeVariable;
H A DTypeTokenResolutionTest.java450 TypeVariable<?> typeVariable = (TypeVariable<?>)
452 assertEquals(String.class, typeVariable.getBounds()[0]);
456 TypeVariable<?> typeVariable = (TypeVariable<?>)
458 assertEquals(Types.newParameterizedType(Enum.class, typeVariable),
459 typeVariable.getBounds()[0]);
H A DTypesTest.java337 TypeVariable<D> typeVariable, Type... bounds) {
339 typeVariable.getGenericDeclaration(), typeVariable.getName(), bounds);
336 withBounds( TypeVariable<D> typeVariable, Type... bounds) argument
/external/dagger2/compiler/src/main/java/dagger/internal/codegen/writer/
H A DInterfaceWriter.java35 public void addTypeVariable(TypeVariableName typeVariable) { argument
36 this.typeVariables.add(typeVariable);
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/reflect/
H A DReflectionUtils.java102 TypeVariable<?> typeVariable = (TypeVariable<?>) type;
103 return typeVariable.getName();
/external/guice/core/src/com/google/inject/internal/
H A DMoreTypes.java345 * Returns the declaring class of {@code typeVariable}, or {@code null} if it was not declared by
348 private static Class<?> declaringClassOf(TypeVariable typeVariable) { argument
349 GenericDeclaration genericDeclaration = typeVariable.getGenericDeclaration();
/external/guice/extensions/persist/lib/
H A Dhibernate-annotations.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/annotationfactory/ org/hibernate/annotations/ org/ ...
/external/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/guice/lib/build/
H A Dspring-core.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/springframework/ org/springframework/core/ org/springframework/core/annotation/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...

Completed in 1106 milliseconds