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

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

Issue 582453002: Index and search of import prefixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 3 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 2083 matching lines...) Expand 10 before | Expand all | Expand 10 after
2094 The return type of the element. If the element is not a 2094 The return type of the element. If the element is not a
2095 method or function this field will not be defined. If the 2095 method or function this field will not be defined. If the
2096 element does not have a declared return type, this field 2096 element does not have a declared return type, this field
2097 will contain an empty string. 2097 will contain an empty string.
2098 </p> 2098 </p>
2099 </dd></dl></dd><dt class="typeDefinition"><a name="type_ElementKind">E lementKind: String</a></dt><dd> 2099 </dd></dl></dd><dt class="typeDefinition"><a name="type_ElementKind">E lementKind: String</a></dt><dd>
2100 <p> 2100 <p>
2101 An enumeration of the kinds of elements. 2101 An enumeration of the kinds of elements.
2102 </p> 2102 </p>
2103 2103
2104 <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">LABEL</dt><dt class="v alue">LIBRARY</dt><dt class="value">LOCAL_VARIABLE</dt><dt class="value">METHOD< /dt><dt class="value">PARAMETER</dt><dt class="value">SETTER</dt><dt class="valu e">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_PARAMETER</dt><dt class="value" >UNIT_TEST_GROUP</dt><dt class="value">UNIT_TEST_TEST</dt><dt class="value">UNKN OWN</dt></dl></dd><dt class="typeDefinition"><a name="type_ExecutableFile">Execu tableFile: object</a></dt><dd> 2104 <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">LABEL</dt><dt class="v alue">LIBRARY</dt><dt class="value">LOCAL_VARIABLE</dt><dt class="value">METHOD< /dt><dt class="value">PARAMETER</dt><dt class="value">PREFIX</dt><dt class="valu e">SETTER</dt><dt class="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_PA RAMETER</dt><dt class="value">UNIT_TEST_GROUP</dt><dt class="value">UNIT_TEST_TE ST</dt><dt class="value">UNKNOWN</dt></dl></dd><dt class="typeDefinition"><a nam e="type_ExecutableFile">ExecutableFile: object</a></dt><dd>
2105 <p> 2105 <p>
2106 A description of an executable file. 2106 A description of an executable file.
2107 </p> 2107 </p>
2108 2108
2109 <dl><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> ) </i></b></dt><dd> 2109 <dl><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> ) </i></b></dt><dd>
2110 2110
2111 <p> 2111 <p>
2112 The path of the executable file. 2112 The path of the executable file.
2113 </p> 2113 </p>
2114 </dd><dt class="field"><b><i>kind ( <a href="#type_ExecutableKind">Exe cutableKind</a> )</i></b></dt><dd> 2114 </dd><dt class="field"><b><i>kind ( <a href="#type_ExecutableKind">Exe cutableKind</a> )</i></b></dt><dd>
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
3210 <p> 3210 <p>
3211 This section contains a list of all of the errors that are 3211 This section contains a list of all of the errors that are
3212 produced by the server and the data that is returned with each. 3212 produced by the server and the data that is returned with each.
3213 </p> 3213 </p>
3214 <p> 3214 <p>
3215 TBD 3215 TBD
3216 </p> 3216 </p>
3217 3217
3218 3218
3219 </body></html> 3219 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698