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

Unified Diff: pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java

Issue 2995683002: Initial experimental Kythe Dart Analysis Server protocol (Closed)
Patch Set: rebase Created 3 years, 4 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/analysis_server/tool/spec/generated/java/AnalysisServer.java
diff --git a/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java b/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
index 857a9ad9d69b288c6cb5cfbdb3c6d309a546b5de..b70868c9ee7bc0457e41cf73542fdb291d8811aa 100644
--- a/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
+++ b/pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java
@@ -631,6 +631,16 @@ public interface AnalysisServer {
*/
public boolean isSocketOpen();
+ /**
+ * {@code kythe.getKytheEntries}
+ *
+ * Return the list of KytheEntry objects for some file, given the current state of the file system
+ * populated by "analysis.updateContent".
+ *
+ * @param file The file containing the code for which the Kythe Entry objects are being requested.
+ */
+ public void kythe_getKytheEntries(String file, GetKytheEntriesConsumer consumer);
+
/**
* Remove the given listener from the list of listeners that will receive notification when new
* analysis results become available.

Powered by Google App Engine
This is Rietveld 408576698