Searched refs:findContainingTypeDecl (Results 1 – 7 of 7) sorted by relevance
205 return SymbolReference.solved(getTypeDeclaration(findContainingTypeDecl(node))); in solve()394 protected com.github.javaparser.ast.body.TypeDeclaration<?> findContainingTypeDecl(Node node) { in findContainingTypeDecl() method in JavaParserFacade402 return findContainingTypeDecl(getParentNode(node)); in findContainingTypeDecl()
318 …return new ReferenceTypeImpl(facade.getTypeDeclaration(facade.findContainingTypeDecl(node)), typeS… in visit()323 TypeDeclaration typeOfNode = facade.getTypeDeclaration(facade.findContainingTypeDecl(node)); in visit()
137 …Line 318) facade.getTypeDeclaration(facade.findContainingTypeDecl(node)) ==> com.github.javaparser…138 …ne 318) facade.findContainingTypeDecl(node) ==> com.github.javaparser.symbolsolver.javaparsermodel…139 …Line 323) facade.getTypeDeclaration(facade.findContainingTypeDecl(node)) ==> com.github.javaparser…140 …ne 323) facade.findContainingTypeDecl(node) ==> com.github.javaparser.symbolsolver.javaparsermodel…
75 …Line 205) SymbolReference.solved(getTypeDeclaration(findContainingTypeDecl(node))) ==> com.github.…76 …Line 205) getTypeDeclaration(findContainingTypeDecl(node)) ==> com.github.javaparser.symbolsolver.…77 …Line 205) findContainingTypeDecl(node) ==> com.github.javaparser.symbolsolver.javaparsermodel.Java…173 …e 402) findContainingTypeDecl(getParentNode(node)) ==> com.github.javaparser.symbolsolver.javapars…
451 protected com.github.javaparser.ast.body.TypeDeclaration<?> findContainingTypeDecl(Node node) { in findContainingTypeDecl() method in JavaParserFacade458 return findContainingTypeDecl(requireParentNode(node)); in findContainingTypeDecl()
316 …esolvedTypeDeclaration typeOfNode = facade.getTypeDeclaration(facade.findContainingTypeDecl(node)); in visit()