Searched refs:findAncestor (Results 1 – 4 of 4) sorted by relevance
19 …findAncestor(wrappedNode, com.github.javaparser.ast.body.TypeDeclaration.class) ==> com.github.jav…
88 …Line 242) findAncestor(node.getParentNode().get(), clazz) ==> com.github.javaparser.symbolsolver.j…
187 public static <N extends Node> Optional<N> findAncestor(Node node, Class<N> clazz) { in findAncestor() method in Navigator
610 int findAncestor( in findAncestor() method in ElemNumber957 target = findAncestor(xctxt, m_fromMatchPattern, countMatchPattern, in getTargetNode()