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

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

Issue 934353002: Issue 22476. Outline for enums. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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 2502 matching lines...) Expand 10 before | Expand all | Expand 10 after
2513 The return type of the element. If the element is not a 2513 The return type of the element. If the element is not a
2514 method or function this field will not be defined. If the 2514 method or function this field will not be defined. If the
2515 element does not have a declared return type, this field 2515 element does not have a declared return type, this field
2516 will contain an empty string. 2516 will contain an empty string.
2517 </p> 2517 </p>
2518 </dd></dl></dd><dt class="typeDefinition"><a name="type_ElementKind">E lementKind: String</a></dt><dd> 2518 </dd></dl></dd><dt class="typeDefinition"><a name="type_ElementKind">E lementKind: String</a></dt><dd>
2519 <p> 2519 <p>
2520 An enumeration of the kinds of elements. 2520 An enumeration of the kinds of elements.
2521 </p> 2521 </p>
2522 2522
2523 <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> 2523 <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">ENUM</dt><dt class="value">ENUM_CONSTANT</dt><dt class="value">FIELD</dt ><dt class="value">FUNCTION</dt><dt class="value">FUNCTION_TYPE_ALIAS</dt><dt cl ass="value">GETTER</dt><dt class="value">LABEL</dt><dt class="value">LIBRARY</dt ><dt class="value">LOCAL_VARIABLE</dt><dt class="value">METHOD</dt><dt class="va lue">PARAMETER</dt><dt class="value">PREFIX</dt><dt class="value">SETTER</dt><dt class="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_PARAMETER</dt><dt c lass="value">UNIT_TEST_GROUP</dt><dt class="value">UNIT_TEST_TEST</dt><dt class= "value">UNKNOWN</dt></dl></dd><dt class="typeDefinition"><a name="type_Executabl eFile">ExecutableFile: object</a></dt><dd>
2524 <p> 2524 <p>
2525 A description of an executable file. 2525 A description of an executable file.
2526 </p> 2526 </p>
2527 2527
2528 <dl><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> ) </i></b></dt><dd> 2528 <dl><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> ) </i></b></dt><dd>
2529 2529
2530 <p> 2530 <p>
2531 The path of the executable file. 2531 The path of the executable file.
2532 </p> 2532 </p>
2533 </dd><dt class="field"><b><i>kind ( <a href="#type_ExecutableKind">Exe cutableKind</a> )</i></b></dt><dd> 2533 </dd><dt class="field"><b><i>kind ( <a href="#type_ExecutableKind">Exe cutableKind</a> )</i></b></dt><dd>
(...skipping 1209 matching lines...) Expand 10 before | Expand all | Expand 10 after
3743 <p> 3743 <p>
3744 This section contains a list of all of the errors that are 3744 This section contains a list of all of the errors that are
3745 produced by the server and the data that is returned with each. 3745 produced by the server and the data that is returned with each.
3746 </p> 3746 </p>
3747 <p> 3747 <p>
3748 TBD 3748 TBD
3749 </p> 3749 </p>
3750 3750
3751 3751
3752 </body></html> 3752 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698