Searched refs:getEnclosingType (Results 1 – 2 of 2) 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
274 TypeMirror enclosingType = t.getEnclosingType(); in get()