Searched refs:getParentPath (Results 1 – 5 of 5) sorted by relevance
123 Tree parent = getCurrentPath().getParentPath().getLeaf(); in getReflowReplacements()145 while (enclosing.getParentPath().getLeaf().getKind() == Tree.Kind.PLUS) { in getReflowReplacements()146 enclosing = enclosing.getParentPath(); in getReflowReplacements()
100 for (; path != null; path = path.getParentPath()) { in getEnclosingTypeDeclaration()
526 path = path.getParentPath(); in visitArrayInitializer()
169 final IItem [] path = getParentPath (item); in visit()337 final IItem [] path = getParentPath (item); in visit()454 final IItem [] path = getParentPath (item); in visit()630 final IItem [] path = getParentPath (item); in visit()1308 private IItem [] getParentPath (IItem item) in getParentPath() method
523 Path parentPath = getParentPath(path);706 private static @Nullable Path getParentPath(Path path) {