Skip to content

Workspace manager

michalbali256 edited this page Jul 7, 2020 · 3 revisions

The workspace manager encapsulates all functionality of the parser library. It is the access point to all parsing capabilities, preserves the current state of all open files and resolves libraries needed by the analyzer. It also manages the reparsing of files.

The workspace manager is further described in the following sections:

  1. Parser library API
  2. Configuration of libraries
  3. Workspace manager overview
Clone this wiki locally