Class CallHierarchy

    • Constructor Detail

      • CallHierarchy

        public CallHierarchy​(CallHierarchyKind kind,
                             ICallHierarchyNode[] roots)
        Creates a new call hierarchy object.
        Parameters:
        kind - the call hierarchy kind (not null)
        roots - the root nodes of the call hierarchy (not null, each node must not be null and must have no parent node, the kind of the node must correspond to the given call hierarchy kind). The given array must not be subsequently modified
    • Method Detail

      • getRoots

        public ICallHierarchyNode[] getRoots()
        Description copied from interface: ICallHierarchy
        Returns the root nodes of this call hierarchy.
        Specified by:
        getRoots in interface ICallHierarchy
        Returns:
        the root nodes of the call hierarchy (never null, may be empty). Clients must not modify the returned array.