Home
last modified time | relevance | path

Searched refs:getDeclaringType (Results 1 – 8 of 8) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DConstructorBindingImpl.java82 : (Class) constructorInjector.getDeclaringType().getRawType(); in create()
164 …r.addAll(InjectionPoint.forInstanceMethodsAndFields(constructorInjectionPoint.getDeclaringType())); in getInternalDependencies()
217 (Constructor) getConstructor().getMember(), (TypeLiteral) constructor.getDeclaringType())); in applyTo()
DConstructorInjectorStore.java75 .get(injectionPoint.getDeclaringType(), errors); in createConstructor()
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DFieldId.java49 public TypeId<D> getDeclaringType() { in getDeclaringType() method in FieldId
DMethodId.java53 public TypeId<D> getDeclaringType() { in getDeclaringType() method in MethodId
/external/guice/core/test/com/googlecode/guice/
DJsr330Test.java324 assertEquals(TypeLiteral.get(owner), dDep.getInjectionPoint().getDeclaringType()); in validateDependencies()
328 assertEquals(TypeLiteral.get(owner), iDep.getInjectionPoint().getDeclaringType()); in validateDependencies()
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java304 if (point.getDeclaringType().getRawType() == clazz) { in assertPoints()
DElementsTest.java1178 assertEquals(new TypeLiteral<A>() {}, injectionPoint.getDeclaringType()); in testBindToConstructor()
/external/guice/core/src/com/google/inject/spi/
DInjectionPoint.java181 public TypeLiteral<?> getDeclaringType() { in getDeclaringType() method in InjectionPoint