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

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

Issue 677333002: Add ENUM and ENUM_CONSTANT to the specification. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 1 month 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 2233 matching lines...) Expand 10 before | Expand all | Expand 10 after
2244 2244
2245 <p> 2245 <p>
2246 The length of the region to be highlighted. 2246 The length of the region to be highlighted.
2247 </p> 2247 </p>
2248 </dd></dl></dd><dt class="typeDefinition"><a name="type_HighlightRegio nType">HighlightRegionType: String</a></dt><dd> 2248 </dd></dl></dd><dt class="typeDefinition"><a name="type_HighlightRegio nType">HighlightRegionType: String</a></dt><dd>
2249 <p> 2249 <p>
2250 An enumeration of the kinds of highlighting that can be 2250 An enumeration of the kinds of highlighting that can be
2251 applied to files. 2251 applied to files.
2252 </p> 2252 </p>
2253 2253
2254 <dl><dt class="value">ANNOTATION</dt><dt class="value">BUILT_IN</dt><dt cl ass="value">CLASS</dt><dt class="value">COMMENT_BLOCK</dt><dt class="value">COMM ENT_DOCUMENTATION</dt><dt class="value">COMMENT_END_OF_LINE</dt><dt class="value ">CONSTRUCTOR</dt><dt class="value">DIRECTIVE</dt><dt class="value">DYNAMIC_TYPE </dt><dt class="value">FIELD</dt><dt class="value">FIELD_STATIC</dt><dt class="v alue">FUNCTION</dt><dt class="value">FUNCTION_DECLARATION</dt><dt class="value"> FUNCTION_TYPE_ALIAS</dt><dt class="value">GETTER_DECLARATION</dt><dt class="valu e">IDENTIFIER_DEFAULT</dt><dt class="value">IMPORT_PREFIX</dt><dt class="value"> KEYWORD</dt><dt class="value">LABEL</dt><dt class="value">LITERAL_BOOLEAN</dt><d t class="value">LITERAL_DOUBLE</dt><dt class="value">LITERAL_INTEGER</dt><dt cla ss="value">LITERAL_LIST</dt><dt class="value">LITERAL_MAP</dt><dt class="value"> LITERAL_STRING</dt><dt class="value">LOCAL_VARIABLE</dt><dt class="value">LOCAL_ VARIABLE_DECLARATION</dt><dt class="value">METHOD</dt><dt class="value">METHOD_D ECLARATION</dt><dt class="value">METHOD_DECLARATION_STATIC</dt><dt class="value" >METHOD_STATIC</dt><dt class="value">PARAMETER</dt><dt class="value">SETTER_DECL ARATION</dt><dt class="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_NAME _DYNAMIC</dt><dt class="value">TYPE_PARAMETER</dt></dl></dd><dt class="typeDefin ition"><a name="type_HoverInformation">HoverInformation: object</a></dt><dd> 2254 <dl><dt class="value">ANNOTATION</dt><dt class="value">BUILT_IN</dt><dt cl ass="value">CLASS</dt><dt class="value">COMMENT_BLOCK</dt><dt class="value">COMM ENT_DOCUMENTATION</dt><dt class="value">COMMENT_END_OF_LINE</dt><dt class="value ">CONSTRUCTOR</dt><dt class="value">DIRECTIVE</dt><dt class="value">DYNAMIC_TYPE </dt><dt class="value">ENUM</dt><dt class="value">ENUM_CONSTANT</dt><dt class="v alue">FIELD</dt><dt class="value">FIELD_STATIC</dt><dt class="value">FUNCTION</d t><dt class="value">FUNCTION_DECLARATION</dt><dt class="value">FUNCTION_TYPE_ALI AS</dt><dt class="value">GETTER_DECLARATION</dt><dt class="value">IDENTIFIER_DEF AULT</dt><dt class="value">IMPORT_PREFIX</dt><dt class="value">KEYWORD</dt><dt c lass="value">LABEL</dt><dt class="value">LITERAL_BOOLEAN</dt><dt class="value">L ITERAL_DOUBLE</dt><dt class="value">LITERAL_INTEGER</dt><dt class="value">LITERA L_LIST</dt><dt class="value">LITERAL_MAP</dt><dt class="value">LITERAL_STRING</d t><dt class="value">LOCAL_VARIABLE</dt><dt class="value">LOCAL_VARIABLE_DECLARAT ION</dt><dt class="value">METHOD</dt><dt class="value">METHOD_DECLARATION</dt><d t class="value">METHOD_DECLARATION_STATIC</dt><dt class="value">METHOD_STATIC</d t><dt class="value">PARAMETER</dt><dt class="value">SETTER_DECLARATION</dt><dt c lass="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_NAME_DYNAMIC</dt><dt class="value">TYPE_PARAMETER</dt></dl></dd><dt class="typeDefinition"><a name="t ype_HoverInformation">HoverInformation: object</a></dt><dd>
2255 <p> 2255 <p>
2256 The hover information associated with a specific location. 2256 The hover information associated with a specific location.
2257 </p> 2257 </p>
2258 2258
2259 <dl><dt class="field"><b><i>offset ( int )</i></b></dt><dd> 2259 <dl><dt class="field"><b><i>offset ( int )</i></b></dt><dd>
2260 2260
2261 <p> 2261 <p>
2262 The offset of the range of characters that encompases the 2262 The offset of the range of characters that encompases the
2263 cursor position and has the same hover information as the 2263 cursor position and has the same hover information as the
2264 cursor position. 2264 cursor position.
(...skipping 1041 matching lines...) Expand 10 before | Expand all | Expand 10 after
3306 <p> 3306 <p>
3307 This section contains a list of all of the errors that are 3307 This section contains a list of all of the errors that are
3308 produced by the server and the data that is returned with each. 3308 produced by the server and the data that is returned with each.
3309 </p> 3309 </p>
3310 <p> 3310 <p>
3311 TBD 3311 TBD
3312 </p> 3312 </p>
3313 3313
3314 3314
3315 </body></html> 3315 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698