Searched refs:bodyDeclarations (Results 1 – 5 of 5) sorted by relevance
224 List<BodyDeclaration> bodyDeclarations = typeDeclaration.bodyDeclarations(); in findNested() local225 for (BodyDeclaration bodyDeclaration : bodyDeclarations) { in findNested()
75 : (List<BodyDeclaration>) typeDeclaration.bodyDeclarations()) { in find()
82 : (List<BodyDeclaration>) typeDeclaration.bodyDeclarations()) { in find()
146 : (List<BodyDeclaration>) matchedType.bodyDeclarations()) { in trackDeprecationsRecursively()
3479 List<? extends Tree> bodyDeclarations, BracesOrNot braces, FirstDeclarationsOrNot first0) {3480 if (bodyDeclarations.isEmpty()) {3498 PeekingIterator<Tree> it = Iterators.peekingIterator(bodyDeclarations.iterator());