Searched refs:getEnclosingType (Results 1 – 8 of 8) sorted by relevance
194 variableElement, type, qualifier, getEnclosingType(variableElement), name); in forRequiredVariable()220 getEnclosingType(provisionMethod), in forComponentProvisionMethod()232 DeclaredType container = getEnclosingType(productionMethod); in forComponentProductionMethod()265 getEnclosingType(membersInjectionMethod), in forComponentMembersInjectionMethod()274 getEnclosingType(membersInjectionMethod), in forComponentMembersInjectionMethod()368 static DeclaredType getEnclosingType(Element element) { in getEnclosingType() method
43 return constructor.getEnclosingType(); in getDeclaringClass()
56 return method.getEnclosingType(); in getDeclaringClass()
43 return field.getEnclosingType().getClassOfType(); in getDeclaringClass()
85 public Type getEnclosingType () { in getEnclosingType() method in Field
67 public Class getEnclosingType () { in getEnclosingType() method in Method
117 public TypeMirror getEnclosingType() { in getMockAnnotationType() method in UsesMocksProcessorTest
578 if (c.isPublic() && !c.isAbstract() && (c.getEnclosingType() == null || c.isStatic())) { in createTypeGenerator()643 if (m.getEnclosingType().isFinal() && !m.isPublic()) { in createTypeInvokables()