Index
All Classes and Interfaces|All Packages
T
- TextLine - Class in codeanalysis.text
-
The TextLine class represents a line of text in a source file.
- TextLine(SourceText, int, int, int) - Constructor for class codeanalysis.text.TextLine
-
Creates a new instance of the TextLine class with the specified start position, length, and length including line break.
- TextSpan - Class in codeanalysis.text
-
The TextSpan class represents a span of text in a source file.
- TextSpan(int, int) - Constructor for class codeanalysis.text.TextSpan
-
Creates a new instance of the TextSpan class with the specified start position and length.
- toString() - Method in class codeanalysis.Diagnostic
-
Returns the error message as a string representation of the Diagnostic.
- toString() - Method in class codeanalysis.syntax.SyntaxNode
-
Gets the value associated with the syntax node.
- toString() - Method in class codeanalysis.syntax.SyntaxToken
-
Returns the string representation of the syntax token.
- toString() - Method in class codeanalysis.text.SourceText
-
Retrieves the string representation of the source code.
- toString() - Method in class codeanalysis.text.TextLine
-
Retrieves the string representation of the text line.
- toString(int, int) - Method in class codeanalysis.text.SourceText
-
Retrieves the string representation of the source code between the specified positions.
- toString(TextSpan) - Method in class codeanalysis.text.SourceText
-
Retrieves string representation of the source code between the specified text spans.
- TrueKeyword - Enum constant in enum class codeanalysis.syntax.SyntaxType
All Classes and Interfaces|All Packages