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

Side by Side Diff: pkg/analysis_server/doc/api.html

Issue 461063002: add keyword suggestions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 <html><head> 1 <html><head>
2 <meta charset="UTF-8"> 2 <meta charset="UTF-8">
3 <title>Analysis Server API Specification</title> 3 <title>Analysis Server API Specification</title>
4 <style>body { 4 <style>body {
5 font-family: sans-serif, serif; 5 font-family: sans-serif, serif;
6 padding-left: 5%; 6 padding-left: 5%;
7 padding-right: 5%; 7 padding-right: 5%;
8 } 8 }
9 h1 { 9 h1 {
10 text-align: center; 10 text-align: center;
(...skipping 1956 matching lines...) Expand 10 before | Expand all | Expand 10 after
1967 <p> 1967 <p>
1968 The type of the options parameter being suggested. This 1968 The type of the options parameter being suggested. This
1969 field is omitted if the parameterName field is omitted. 1969 field is omitted if the parameterName field is omitted.
1970 </p> 1970 </p>
1971 </dd></dl></dd><dt class="typeDefinition"><a name="type_CompletionSugg estionKind">CompletionSuggestionKind: String</a></dt><dd> 1971 </dd></dl></dd><dt class="typeDefinition"><a name="type_CompletionSugg estionKind">CompletionSuggestionKind: String</a></dt><dd>
1972 <p> 1972 <p>
1973 An enumeration of the kinds of elements that can be included 1973 An enumeration of the kinds of elements that can be included
1974 in a completion suggestion. 1974 in a completion suggestion.
1975 </p> 1975 </p>
1976 1976
1977 <dl><dt class="value">ARGUMENT_LIST</dt><dt class="value">CLASS</dt><dt cl ass="value">CLASS_ALIAS</dt><dt class="value">CONSTRUCTOR</dt><dt class="value"> FIELD</dt><dt class="value">FUNCTION</dt><dt class="value">FUNCTION_TYPE_ALIAS</ dt><dt class="value">GETTER</dt><dt class="value">IMPORT</dt><dt class="value">L IBRARY_PREFIX</dt><dt class="value">LOCAL_VARIABLE</dt><dt class="value">METHOD< /dt><dt class="value">METHOD_NAME</dt><dt class="value">NAMED_ARGUMENT</dt><dt c lass="value">OPTIONAL_ARGUMENT</dt><dt class="value">PARAMETER</dt><dt class="va lue">SETTER</dt><dt class="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_ PARAMETER</dt></dl></dd><dt class="typeDefinition"><a name="type_DebugContextId" >DebugContextId: String</a></dt><dd> 1977 <dl><dt class="value">ARGUMENT_LIST</dt><dt class="value">CLASS</dt><dt cl ass="value">CLASS_ALIAS</dt><dt class="value">CONSTRUCTOR</dt><dt class="value"> FIELD</dt><dt class="value">FUNCTION</dt><dt class="value">FUNCTION_TYPE_ALIAS</ dt><dt class="value">GETTER</dt><dt class="value">IMPORT</dt><dt class="value">K EYWORD</dt><dt class="value">LIBRARY_PREFIX</dt><dt class="value">LOCAL_VARIABLE </dt><dt class="value">METHOD</dt><dt class="value">METHOD_NAME</dt><dt class="v alue">NAMED_ARGUMENT</dt><dt class="value">OPTIONAL_ARGUMENT</dt><dt class="valu e">PARAMETER</dt><dt class="value">SETTER</dt><dt class="value">TOP_LEVEL_VARIAB LE</dt><dt class="value">TYPE_PARAMETER</dt></dl></dd><dt class="typeDefinition" ><a name="type_DebugContextId">DebugContextId: String</a></dt><dd>
1978 1978
1979 <p> 1979 <p>
1980 The identifier for a debug context. 1980 The identifier for a debug context.
1981 </p> 1981 </p>
1982 </dd><dt class="typeDefinition"><a name="type_DebugService">DebugService: String</a></dt><dd> 1982 </dd><dt class="typeDefinition"><a name="type_DebugService">DebugService: String</a></dt><dd>
1983 <p> 1983 <p>
1984 An enumeration of the services provided by the debug 1984 An enumeration of the services provided by the debug
1985 domain. 1985 domain.
1986 </p> 1986 </p>
1987 1987
(...skipping 1024 matching lines...) Expand 10 before | Expand all | Expand 10 after
3012 <p> 3012 <p>
3013 This section contains a list of all of the errors that are 3013 This section contains a list of all of the errors that are
3014 produced by the server and the data that is returned with each. 3014 produced by the server and the data that is returned with each.
3015 </p> 3015 </p>
3016 <p> 3016 <p>
3017 TBD 3017 TBD
3018 </p> 3018 </p>
3019 3019
3020 3020
3021 </body></html> 3021 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698