C# Class Microsoft.Sarif.Viewer.Models.CallTree

Inheritance: NotifyPropertyChangedObject
Mostrar archivo Open project: Microsoft/sarif-sdk Class Usage Examples

Public Methods

Method Description
CallTree ( IList topLevelNodes ) : System

Private Methods

Method Description
CollapseAll ( ) : void
ExpandAll ( ) : void
FindNext ( ) : CallTreeNode
FindNext ( CallTreeNode currentNode, bool includeChildren ) : CallTreeNode
FindPrevious ( ) : CallTreeNode
FindPrevious ( CallTreeNode currentNode, bool includeChildren ) : CallTreeNode
IntelligentExpand ( ) : void
SetVerbosity ( AnnotatedCodeLocationImportance importance ) : void
TryGetFirstItem ( IList items, CallTreeNode &firstItem ) : bool
TryGetIndexInCallTreeNodeList ( IList list, CallTreeNode givenNode, int &index ) : bool
TryGetLastItem ( IList items, CallTreeNode &lastItem ) : bool
TryGetNextSibling ( IList items, CallTreeNode currentItem, CallTreeNode &nextSibling ) : bool
TryGetPreviousSibling ( IList items, CallTreeNode currentItem, CallTreeNode &previousSibling ) : bool

Method Details

CallTree() public method

public CallTree ( IList topLevelNodes ) : System
topLevelNodes IList
return System