![]() | TreeComparerTNode Class |
Namespace: Microsoft.CodeAnalysis.Differencing
The TreeComparerTNode type exposes the following members.
Name | Description | |
---|---|---|
![]() | TreeComparerTNode | Initializes a new instance of the TreeComparerTNode class |
Name | Description | |
---|---|---|
![]() | LabelCount |
The number of distinct labels used in the tree.
|
Name | Description | |
---|---|---|
![]() | ComputeEditScript |
Returns an edit script that transforms oldRoot to newRoot.
|
![]() | ComputeMatch | |
![]() | GetChildren | |
![]() | GetDescendants | |
![]() | GetDistance |
Calculates the distance [0..1] of two nodes.
|
![]() | GetLabel |
Returns an integer label corresponding to the given node.
|
![]() | GetSpan |
Returns the position of the node.
|
![]() | TiedToAncestor |
Returns N > 0 if the node with specified label can't change its N-th ancestor node, zero otherwise.
|
![]() | TreesEqual |
Return true if specified nodes belong to the same tree.
|
![]() | TryGetParent |
Returns a parent for the specified node.
|
![]() | ValuesEqual |
Returns true if the specified nodes have equal values.
|