Index
All Classes and Interfaces|All Packages
A
- addAll(DiagnosticBox) - Method in class codeanalysis.DiagnosticBox
-
Adds all diagnostics from another DiagnosticBox to this DiagnosticBox.
- Addition - Enum constant in enum class codeanalysis.binding.BoundBinaryOperatorType
- AssertingEnumerator - Class in codeanalysis.syntax
-
The AssertingEnumerator class contains methods for asserting the syntax tree.
- AssertingEnumerator(SyntaxNode) - Constructor for class codeanalysis.syntax.AssertingEnumerator
-
Creates a new instance of the AssertingEnumerator class with the specified syntax node.
- assertNode(SyntaxType) - Method in class codeanalysis.syntax.AssertingEnumerator
-
Asserts that the next node is of the specified type.
- assertToken(SyntaxType, String) - Method in class codeanalysis.syntax.AssertingEnumerator
-
Asserts that the next node is of the specified type and has the specified text.
- AssignmentExpression - Enum constant in enum class codeanalysis.binding.BoundNodeType
- AssignmentExpression - Enum constant in enum class codeanalysis.syntax.SyntaxType
- AssignmentExpressionSyntax - Class in codeanalysis.syntax
-
The AssignmentExpressionSyntax class represents an assignment expression in the syntax tree.
- AssignmentExpressionSyntax(SyntaxToken, SyntaxToken, ExpressionSyntax) - Constructor for class codeanalysis.syntax.AssignmentExpressionSyntax
-
Creates a new instance of the AssignmentExpressionSyntax class with the specified identifier token, equals token, and expression syntax.
- AsteriskToken - Enum constant in enum class codeanalysis.syntax.SyntaxType
All Classes and Interfaces|All Packages