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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.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
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <meta charset="UTF-8"/> 3 <meta charset="UTF-8"/>
4 <title>Analysis Server API Specification</title> 4 <title>Analysis Server API Specification</title>
5 </head> 5 </head>
6 <body> 6 <body>
7 <h1>Analysis Server API Specification</h1> 7 <h1>Analysis Server API Specification</h1>
8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 > 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 >
9 <p> 9 <p>
10 This document contains a specification of the API provided by 10 This document contains a specification of the API provided by
(...skipping 2099 matching lines...) Expand 10 before | Expand all | Expand 10 after
2110 <enum> 2110 <enum>
2111 <value><code>ANNOTATION</code></value> 2111 <value><code>ANNOTATION</code></value>
2112 <value><code>BUILT_IN</code></value> 2112 <value><code>BUILT_IN</code></value>
2113 <value><code>CLASS</code></value> 2113 <value><code>CLASS</code></value>
2114 <value><code>COMMENT_BLOCK</code></value> 2114 <value><code>COMMENT_BLOCK</code></value>
2115 <value><code>COMMENT_DOCUMENTATION</code></value> 2115 <value><code>COMMENT_DOCUMENTATION</code></value>
2116 <value><code>COMMENT_END_OF_LINE</code></value> 2116 <value><code>COMMENT_END_OF_LINE</code></value>
2117 <value><code>CONSTRUCTOR</code></value> 2117 <value><code>CONSTRUCTOR</code></value>
2118 <value><code>DIRECTIVE</code></value> 2118 <value><code>DIRECTIVE</code></value>
2119 <value><code>DYNAMIC_TYPE</code></value> 2119 <value><code>DYNAMIC_TYPE</code></value>
2120 <value><code>ENUM</code></value>
2121 <value><code>ENUM_CONSTANT</code></value>
2120 <value><code>FIELD</code></value> 2122 <value><code>FIELD</code></value>
2121 <value><code>FIELD_STATIC</code></value> 2123 <value><code>FIELD_STATIC</code></value>
2122 <value><code>FUNCTION</code></value> 2124 <value><code>FUNCTION</code></value>
2123 <value><code>FUNCTION_DECLARATION</code></value> 2125 <value><code>FUNCTION_DECLARATION</code></value>
2124 <value><code>FUNCTION_TYPE_ALIAS</code></value> 2126 <value><code>FUNCTION_TYPE_ALIAS</code></value>
2125 <value><code>GETTER_DECLARATION</code></value> 2127 <value><code>GETTER_DECLARATION</code></value>
2126 <value><code>IDENTIFIER_DEFAULT</code></value> 2128 <value><code>IDENTIFIER_DEFAULT</code></value>
2127 <value><code>IMPORT_PREFIX</code></value> 2129 <value><code>IMPORT_PREFIX</code></value>
2128 <value><code>KEYWORD</code></value> 2130 <value><code>KEYWORD</code></value>
2129 <value><code>LABEL</code></value> 2131 <value><code>LABEL</code></value>
(...skipping 1281 matching lines...) Expand 10 before | Expand all | Expand 10 after
3411 <h2>Errors</h2> 3413 <h2>Errors</h2>
3412 <p> 3414 <p>
3413 This section contains a list of all of the errors that are 3415 This section contains a list of all of the errors that are
3414 produced by the server and the data that is returned with each. 3416 produced by the server and the data that is returned with each.
3415 </p> 3417 </p>
3416 <p> 3418 <p>
3417 TBD 3419 TBD
3418 </p> 3420 </p>
3419 </body> 3421 </body>
3420 </html> 3422 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698