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

Side by Side Diff: pkg/analysis_server/tool/spec/spec_input.html

Issue 541823004: Decode RefactoringFeedback automatically. (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
« no previous file with comments | « pkg/analysis_server/tool/spec/codegen_java_types.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 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after
1230 </params> 1230 </params>
1231 <result> 1231 <result>
1232 <field name="problems"> 1232 <field name="problems">
1233 <list><ref>RefactoringProblem</ref></list> 1233 <list><ref>RefactoringProblem</ref></list>
1234 <p> 1234 <p>
1235 The status of the refactoring. The array will be empty 1235 The status of the refactoring. The array will be empty
1236 if there are no known problems. 1236 if there are no known problems.
1237 </p> 1237 </p>
1238 </field> 1238 </field>
1239 <field name="feedback" optional="true"> 1239 <field name="feedback" optional="true">
1240 <ref>object</ref> 1240 <ref>RefactoringFeedback</ref>
1241 <p> 1241 <p>
1242 Data used to provide feedback to the user. The structure 1242 Data used to provide feedback to the user. The structure
1243 of the data is dependent on the kind of refactoring 1243 of the data is dependent on the kind of refactoring
1244 being created. The data that is returned is documented 1244 being created. The data that is returned is documented
1245 in the section titled <a 1245 in the section titled <a
1246 href="#refactorings">Refactorings</a>, labeled as 1246 href="#refactorings">Refactorings</a>, labeled as
1247 “Feedback”. 1247 “Feedback”.
1248 </p> 1248 </p>
1249 </field> 1249 </field>
1250 <field name="change" optional="true"> 1250 <field name="change" optional="true">
(...skipping 1236 matching lines...) Expand 10 before | Expand all | Expand 10 after
2487 <ref>String</ref> 2487 <ref>String</ref>
2488 <p> 2488 <p>
2489 The parameter list of the parameter's function type. 2489 The parameter list of the parameter's function type.
2490 If the parameter is not of a function type, this field will 2490 If the parameter is not of a function type, this field will
2491 not be defined. If the function type has zero parameters, this 2491 not be defined. If the function type has zero parameters, this
2492 field will have a value of "()". 2492 field will have a value of "()".
2493 </p> 2493 </p>
2494 </field> 2494 </field>
2495 </object> 2495 </object>
2496 </type> 2496 </type>
2497 <type name="RefactoringFeedback">
2498 <p>
2499 An abstract superclass of all refactoring feedbacks.
2500 </p>
2501 <object>
2502 </object>
2503 </type>
2497 <type name="RefactoringOptions"> 2504 <type name="RefactoringOptions">
2498 <p> 2505 <p>
2499 An abstract superclass of all refactoring options. 2506 An abstract superclass of all refactoring options.
2500 </p> 2507 </p>
2501 <object> 2508 <object>
2502 </object> 2509 </object>
2503 </type> 2510 </type>
2504 <type name="RefactoringMethodParameterKind"> 2511 <type name="RefactoringMethodParameterKind">
2505 <p> 2512 <p>
2506 An enumeration of the kinds of parameters. 2513 An enumeration of the kinds of parameters.
(...skipping 708 matching lines...) Expand 10 before | Expand all | Expand 10 after
3215 <h2>Errors</h2> 3222 <h2>Errors</h2>
3216 <p> 3223 <p>
3217 This section contains a list of all of the errors that are 3224 This section contains a list of all of the errors that are
3218 produced by the server and the data that is returned with each. 3225 produced by the server and the data that is returned with each.
3219 </p> 3226 </p>
3220 <p> 3227 <p>
3221 TBD 3228 TBD
3222 </p> 3229 </p>
3223 </body> 3230 </body>
3224 </html> 3231 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/tool/spec/codegen_java_types.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698