AnteaterLanguageServer class
Anteater Language Server for IDE integration.
Provides static analysis results via LSP (Language Server Protocol).
Constructors
- AnteaterLanguageServer(String projectPath)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- projectPath → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
analyzeFile(
String filePath) → Future< List< Diagnostic> > - Analyzes a file and returns diagnostics.
-
analyzeProject(
) → Future< ProjectAnalysisResult> - Analyzes all files in the project.
-
initialize(
) → Future< void> - Initializes the language server.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
shutdown(
) → Future< void> - Shuts down the server (ADR-016 3.3 - properly await dispose).
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited