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

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

Issue 468233003: Write an integration test for analysis.navigation notification. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 2024 matching lines...) Expand 10 before | Expand all | Expand 10 after
2035 The return type of the element. If the element is not a 2035 The return type of the element. If the element is not a
2036 method or function this field will not be defined. If the 2036 method or function this field will not be defined. If the
2037 element does not have a declared return type, this field 2037 element does not have a declared return type, this field
2038 will contain an empty string. 2038 will contain an empty string.
2039 </p> 2039 </p>
2040 </dd></dl></dd><dt class="typeDefinition"><a name="type_ElementKind">E lementKind: String</a></dt><dd> 2040 </dd></dl></dd><dt class="typeDefinition"><a name="type_ElementKind">E lementKind: String</a></dt><dd>
2041 <p> 2041 <p>
2042 An enumeration of the kinds of elements. 2042 An enumeration of the kinds of elements.
2043 </p> 2043 </p>
2044 2044
2045 <dl><dt class="value">CLASS</dt><dt class="value">CLASS_TYPE_ALIAS</dt><dt class="value">COMPILATION_UNIT</dt><dt class="value">CONSTRUCTOR</dt><dt class= "value">GETTER</dt><dt class="value">FIELD</dt><dt class="value">FUNCTION</dt><d t class="value">FUNCTION_TYPE_ALIAS</dt><dt class="value">LIBRARY</dt><dt class= "value">LOCAL_VARIABLE</dt><dt class="value">METHOD</dt><dt class="value">SETTER </dt><dt class="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_PARAMETER</ dt><dt class="value">UNKNOWN</dt><dt class="value">UNIT_TEST_GROUP</dt><dt class ="value">UNIT_TEST_TEST</dt></dl></dd><dt class="typeDefinition"><a name="type_E rror">Error: object</a></dt><dd> 2045 <dl><dt class="value">CLASS</dt><dt class="value">CLASS_TYPE_ALIAS</dt><dt class="value">COMPILATION_UNIT</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">LIBRARY</dt><dt class= "value">LOCAL_VARIABLE</dt><dt class="value">METHOD</dt><dt class="value">PARAME TER</dt><dt class="value">SETTER</dt><dt class="value">TOP_LEVEL_VARIABLE</dt><d t class="value">TYPE_PARAMETER</dt><dt class="value">UNIT_TEST_GROUP</dt><dt cla ss="value">UNIT_TEST_TEST</dt><dt class="value">UNKNOWN</dt></dl></dd><dt class= "typeDefinition"><a name="type_Error">Error: object</a></dt><dd>
2046 <p> 2046 <p>
2047 An indication of a problem with the execution of the server, 2047 An indication of a problem with the execution of the server,
2048 typically in response to a request. The error codes that can 2048 typically in response to a request. The error codes that can
2049 be returned are documented in the section titled Errors. 2049 be returned are documented in the section titled Errors.
2050 </p> 2050 </p>
2051 2051
2052 <dl><dt class="field"><b><i>code ( String )</i></b></dt><dd> 2052 <dl><dt class="field"><b><i>code ( String )</i></b></dt><dd>
2053 2053
2054 <p> 2054 <p>
2055 A code that uniquely identifies the error that occurred. 2055 A code that uniquely identifies the error that occurred.
(...skipping 956 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