Uses of Class
net.sourceforge.pmd.util.fxdesigner.util.controls.ScopeHierarchyTreeItem
-
Packages that use ScopeHierarchyTreeItem Package Description net.sourceforge.pmd.util.fxdesigner.util.controls -
-
Uses of ScopeHierarchyTreeItem in net.sourceforge.pmd.util.fxdesigner.util.controls
Methods in net.sourceforge.pmd.util.fxdesigner.util.controls that return ScopeHierarchyTreeItem Modifier and Type Method Description static ScopeHierarchyTreeItemScopeHierarchyTreeItem. buildAscendantHierarchy(net.sourceforge.pmd.lang.ast.Node node)Gets the scope hierarchy of a node.Methods in net.sourceforge.pmd.util.fxdesigner.util.controls that return types with arguments of type ScopeHierarchyTreeItem Modifier and Type Method Description java.util.Optional<ScopeHierarchyTreeItem>ScopeHierarchyTreeItem. tryFindNode(java.lang.Object searched, int maxDepth)Tries to find a node in the descendants of this node that has the same toString as the given value.
-