Uses of Class
codeanalysis.DiagnosticBox
Packages that use DiagnosticBox
-
Uses of DiagnosticBox in codeanalysis
Methods in codeanalysis that return DiagnosticBoxModifier and TypeMethodDescriptionDiagnosticBox.addAll(DiagnosticBox diagnostics) Adds all diagnostics from another DiagnosticBox to this DiagnosticBox.EvaluationResult.diagnostics()Retrieves the diagnostics box associated with the evaluation result.Methods in codeanalysis with parameters of type DiagnosticBoxModifier and TypeMethodDescriptionDiagnosticBox.addAll(DiagnosticBox diagnostics) Adds all diagnostics from another DiagnosticBox to this DiagnosticBox.Constructors in codeanalysis with parameters of type DiagnosticBoxModifierConstructorDescriptionEvaluationResult(DiagnosticBox diagnostics, Object value) Creates a new instance of the EvaluationResult class with the specified diagnostics and value. -
Uses of DiagnosticBox in codeanalysis.binding
Methods in codeanalysis.binding that return DiagnosticBoxModifier and TypeMethodDescriptionBinder.diagnostics()Gets an iterator over the diagnostic messages generated during binding. -
Uses of DiagnosticBox in codeanalysis.syntax
Methods in codeanalysis.syntax that return DiagnosticBoxModifier and TypeMethodDescriptionLexer.diagnostics()Gets an iterator over the diagnostic messages generated during lexical analysis.Parser.diagnostics()Retrieves diagnostic box over the diagnostics produced during parsing.SyntaxTree.diagnostics()Retrieves an iterator over the diagnostics produced during parsing.Constructors in codeanalysis.syntax with parameters of type DiagnosticBoxModifierConstructorDescriptionSyntaxTree(SourceText text, DiagnosticBox diagnostics, ExpressionSyntax root, SyntaxToken EOFToken) Initializes a new instance of the SyntaxTree class with the specified diagnostics, root expression syntax, and end-of-file token.