Class DeferredCallHierarchyViewTreeNode

    • Constructor Detail

      • DeferredCallHierarchyViewTreeNode

        public DeferredCallHierarchyViewTreeNode​(CallHierarchyViewPart viewPart,
                                                 CallHierarchyViewTreeNode parent,
                                                 List<org.eclipse.xtext.resource.IReferenceDescription> descriptions,
                                                 org.eclipse.emf.ecore.resource.ResourceSet resourceSet,
                                                 org.eclipse.xtext.ui.editor.findrefs.IReferenceFinder finder,
                                                 org.eclipse.xtext.ui.editor.findrefs.EditorResourceAccess localContextProvider,
                                                 DynamicFeatureAccessComputer dynamicComputer)
        Constructor
        Parameters:
        viewPart - actual CallHierarchyViewPart, can't be null
        parent - parent of this node, can be null if it's root node
        descriptions - list of IReferenceDescription corresponding to this node, can't be null
        resourceSet - resource set for getting built-in language semantic elements by uri, can't be null
        finder - actual IReferenceFinder, can't be null
        localContextProvider - actual EditorResourceAccess, can't be null
        dynamicComputer - actual DynamicFeatureAccessComputer, can't be null