Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
AnalysisService.java
Go to the documentation of this file.
1/*
2 * Copyright (c) 2019, the Dart project authors. Please see the AUTHORS file
3 * for details. All rights reserved. Use of this source code is governed by a
4 * BSD-style license that can be found in the LICENSE file.
5 *
6 * This file has been automatically generated. Please do not edit it manually.
7 * To regenerate the file, use the script "pkg/analysis_server/tool/spec/generate_files".
8 */
9package org.dartlang.analysis.server.protocol;
10
11/**
12 * An enumeration of the services provided by the analysis domain that are related to a specific
13 * list of files.
14 *
15 * @coverage dart.server.generated.types
16 */
17public class AnalysisService {
18
19 public static final String CLOSING_LABELS = "CLOSING_LABELS";
20
21 public static final String FOLDING = "FOLDING";
22
23 public static final String HIGHLIGHTS = "HIGHLIGHTS";
24
25 public static final String IMPLEMENTED = "IMPLEMENTED";
26
27 /**
28 * This service is not currently implemented and will become a GeneralAnalysisService in a future
29 * release.
30 */
31 public static final String INVALIDATE = "INVALIDATE";
32
33 public static final String NAVIGATION = "NAVIGATION";
34
35 public static final String OCCURRENCES = "OCCURRENCES";
36
37 public static final String OUTLINE = "OUTLINE";
38
39 public static final String OVERRIDES = "OVERRIDES";
40
41}