tree: 1a4226a6597ed1004e9ec1d54df9069afa083403 [path history] [tgz]
  1. lib/
  2. test/
  3. CHANGELOG.md
  4. LICENSE
  5. pubspec.yaml
  6. README.md
pkg/analysis_server_client/README.md

Analysis Server Client

A client wrapper over Analysis Server. Instances of this client manages connection to Analysis Server and process and faciliates JSON protocol communication to and from the server.

Current implementation has no knowledge of the Analysis Server library yet. Future updates will allow for full class-access of Analysis Server protocol objects.

Analysis Server process must be instantiated separately and loaded into Analysis Server Client. To learn how to generate an Analysis Server Process, refer to the Analysis Server page.