Searched refs:enclosing (Results 1 – 2 of 2) sorted by relevance
95 List<Element> enclosing = new ArrayList<>(); in getEnclosingElements() local98 enclosing.add(element); in getEnclosingElements()101 Collections.reverse(enclosing); in getEnclosingElements()102 return enclosing; in getEnclosingElements()110 for (Element enclosing : getEnclosingElements(clazz)) { in getClassSignature()111 switch (enclosing.getKind()) { in getClassSignature()116 signature.append(((PackageElement) enclosing) in getClassSignature()124 signature.append(enclosing.getSimpleName()).append('$'); in getClassSignature()128 "Unexpected enclosing element " + enclosing.getKind()); in getClassSignature()
1800 starts at a multiple-of-8 offset from the start of the enclosing1829 starts at a multiple-of-4 offset from the start of the enclosing