SemDiff  1.0.0
Semantic Diffing Tool
SemDiff.Core.SpanDetails Class Reference

Contains info about one side of a conflict or diff. More...

Public Member Functions

override string ToString ()
 

Public Attributes

SyntaxNode Node => Tree?.GetRoot().FindNode(Span, true, false)
 
string Text => Tree?.GetText().ToString(Span)
 

Properties

TextSpan Span [get, set]
 
SyntaxTree Tree [get, set]
 

Detailed Description

Contains info about one side of a conflict or diff.


The documentation for this class was generated from the following file: