Crate wdl_analysis

source ·
Expand description

Analysis of Workflow Description Language (WDL) documents.

An analyzer can be used to implement the Language Server Protocol (LSP).

Structs§

  • Represents a Workflow Description Language (WDL) analysis engine.
  • Represents the result of an analysis.
  • Represents the scope of a document.
  • Represents a namespace introduced by an import.
  • Represents a scope in a WDL document.
  • Represents a name in a task or workflow scope.
  • Represents a struct in a document.

Enums§

  • Represents the identifier of an analyzed document.
  • Represents the kind of analysis progress being reported.
  • Represents the context of a name in a workflow or task scope.