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

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

Issue 528053002: Rename ExecutableFile.offset to ExecutableFile.kind and fix documentation. (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 2072 matching lines...) Expand 10 before | Expand all | Expand 10 after
2083 <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_ExecutableFile">ExecutableFile: object</a></dt><d d> 2083 <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_ExecutableFile">ExecutableFile: object</a></dt><d d>
2084 <p> 2084 <p>
2085 A description of an executable file. 2085 A description of an executable file.
2086 </p> 2086 </p>
2087 2087
2088 <dl><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> ) </i></b></dt><dd> 2088 <dl><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> ) </i></b></dt><dd>
2089 2089
2090 <p> 2090 <p>
2091 The path of the executable file. 2091 The path of the executable file.
2092 </p> 2092 </p>
2093 </dd><dt class="field"><b><i>offset ( <a href="#type_ExecutableKind">E xecutableKind</a> )</i></b></dt><dd> 2093 </dd><dt class="field"><b><i>kind ( <a href="#type_ExecutableKind">Exe cutableKind</a> )</i></b></dt><dd>
2094 2094
2095 <p> 2095 <p>
2096 The offset of the region to be highlighted. 2096 The kind of the executable file.
2097 </p> 2097 </p>
2098 </dd></dl></dd><dt class="typeDefinition"><a name="type_ExecutableKind ">ExecutableKind: String</a></dt><dd> 2098 </dd></dl></dd><dt class="typeDefinition"><a name="type_ExecutableKind ">ExecutableKind: String</a></dt><dd>
2099 <p> 2099 <p>
2100 An enumeration of the kinds of executable files. 2100 An enumeration of the kinds of executable files.
2101 </p> 2101 </p>
2102 2102
2103 <dl><dt class="value">CLIENT</dt><dt class="value">EITHER</dt><dt class="v alue">SERVER</dt></dl></dd><dt class="typeDefinition"><a name="type_FilePath">Fi lePath: String</a></dt><dd> 2103 <dl><dt class="value">CLIENT</dt><dt class="value">EITHER</dt><dt class="v alue">SERVER</dt></dl></dd><dt class="typeDefinition"><a name="type_FilePath">Fi lePath: String</a></dt><dd>
2104 2104
2105 <p> 2105 <p>
2106 The absolute path of a file. 2106 The absolute path of a file.
(...skipping 983 matching lines...) Expand 10 before | Expand all | Expand 10 after
3090 <p> 3090 <p>
3091 This section contains a list of all of the errors that are 3091 This section contains a list of all of the errors that are
3092 produced by the server and the data that is returned with each. 3092 produced by the server and the data that is returned with each.
3093 </p> 3093 </p>
3094 <p> 3094 <p>
3095 TBD 3095 TBD
3096 </p> 3096 </p>
3097 3097
3098 3098
3099 </body></html> 3099 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698