onAnalysisOccurrences method

void onAnalysisOccurrences(
  1. AnalysisOccurrencesParams params
)

Reports the occurrences of references to elements within a single file.

This notification is not subscribed to by default. Clients can subscribe by including the value "OCCURRENCES" in the list of services passed in an analysis.setSubscriptions request.

Implementation

void onAnalysisOccurrences(AnalysisOccurrencesParams params) {}