Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(438)

Unified Diff: pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart

Issue 2667823003: Add top-level driver and abstract plugin superclass (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart
diff --git a/pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart b/pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart
index 7472483872f7acae0a48e0bbe58ac7944c5eb653..a7ccafc82ea823b79288bdc92ce7d67ccff7953f 100644
--- a/pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart
+++ b/pkg/analyzer_plugin/lib/src/channel/isolate_channel.dart
@@ -10,7 +10,8 @@ import 'package:analyzer_plugin/protocol/protocol.dart';
/**
* The object that allows a [ServerPlugin] to receive [Request]s and to return
- * both [Response]s and [Notification]s.
+ * both [Response]s and [Notification]s. It communicates with the analysis
+ * server by passing data to the server's main isolate.
*/
class IsolateChannel implements PluginCommunicationChannel {
/**

Powered by Google App Engine
This is Rietveld 408576698