Searched refs:atRoot (Results 1 – 8 of 8) sorted by relevance
62 checkState(!atRoot()); in parentComponent()73 checkState(!atRoot()); in parent()86 public final boolean atRoot() { in atRoot() method in ComponentPath
173 .filter(node -> node.componentPath().atRoot()) in rootComponentNode()
66 .filter(componentNode -> !componentNode.componentPath().atRoot()) in visitGraph()
132 componentNode.componentPath().atRoot() in uncachedInheritedModules()
139 for (ComponentPath ancestor = componentPath; !ancestor.atRoot(); ) { in mutuallyVisibleSubsets()
71 .filter(componentNode -> !componentNode.componentPath().atRoot()) in create()
99 node -> node instanceof ComponentNode && node.componentPath().atRoot()); in rootComponentNode()
238 if (!componentPath.atRoot()