The following tables list the members exposed by SyntaxTree.
Name | Description | |
---|---|---|
![]() | RootNode | Returns the root node of the tree (read-only). |
![]() | Snapshot | Returns the Infragistics.Documents.TextDocumentSnapshot that was parsed (read-only). |
Name | Description | |
---|---|---|
![]() | AddAnnotation | Gets a modified tree with an annotation attached to the specified node. |
![]() | AddDiagnostic | Gets a modified tree with diagnostic information attached to the specified node. |
![]() | GetEquivalentNode | For a node specified from an equivalent tree, returns a SyntaxNode in this tree which represents the same content; otherwise null. |
![]() | ToString | Returns the string representation of this object. |