Searched refs:enclosingElement (Results 1 – 2 of 2) sorted by relevance
114 Element enclosingElement = enclosingMethod.getEnclosingElement(); in ignoreAnnotatedElement() local115 if (enclosingElement.getKind() == CLASS) { in ignoreAnnotatedElement()116 if (enclosingElement.toString().equals(IGNORED_CLASS) && in ignoreAnnotatedElement()
248 return createOuterClassType(classTypeElement.enclosingElement!!)!! in <lambda>()262 val outerClassElement = element.enclosingElement!! in <lambda>()