Searched refs:childA (Results 1 – 5 of 5) sorted by relevance
95 GenericChild<A> childA = new GenericChild<A>(); in membersInjections() local96 component.injectA(childA); in membersInjections()97 assertThat(childA.a).isNotNull(); in membersInjections()98 assertThat(childA.b).isNotNull(); in membersInjections()99 assertThat(childA.registeredA).isNotNull(); in membersInjections()100 assertThat(childA.registeredB).isNotNull(); in membersInjections()101 assertThat(childA.registeredT).isNotNull(); in membersInjections()102 assertThat(childA.registeredX).isNotNull(); in membersInjections()103 assertThat(childA.registeredY).isNotNull(); in membersInjections()
38 void injectA(GenericChild<A> childA); in injectA() argument
15 CsmChild childA = (CsmChild) a; in matching() local17 return childA.getChild().equals(childB.getChild()); in matching()29 CsmToken childA = (CsmToken)a; in matching() local31 return childA.getTokenType() == childB.getTokenType(); in matching()55 CsmChild childA = (CsmChild) a; in replacement() local57 return childA.getChild().getClass().equals(childB.getChild().getClass()); in replacement()65 CsmToken childA = (CsmToken)a; in replacement() local67 return childA.getTokenType() == childB.getTokenType(); in replacement()
318 TypeElement childA = elements.getTypeElement(ChildA.class.getCanonicalName()); in testNonObjectSuperclass() local336 MoreTypes.nonObjectSuperclass(types, elements, (DeclaredType) childA.asType()); in testNonObjectSuperclass()
META-INF/MANIFEST.MF META-INF/ com/ com/github/ com/ ...