| 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.
|
|
|