Home
last modified time | relevance | path

Searched refs:ancestorDeclaration (Results 1 – 1 of 1) sorted by relevance

/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/
DJavaParserTypeDeclarationAdapter.java101 …ResolvedTypeDeclaration ancestorDeclaration = checkAncestorsForType(name, ancestor.getTypeDeclarat… in checkAncestorsForType() local
102 if (ancestorDeclaration != null) { in checkAncestorsForType()
103 return ancestorDeclaration; in checkAncestorsForType()