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

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

Issue 446113002: Remove RefactoringId from the analysis server API. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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 | « no previous file | pkg/analysis_server/test/integration/protocol_matchers.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>h1 { 4 <style>h1 {
5 text-align: center; 5 text-align: center;
6 } 6 }
7 pre { 7 pre {
8 margin: 0px; 8 margin: 0px;
9 } 9 }
10 div.box { 10 div.box {
(...skipping 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after
1661 1661
1662 1662
1663 1663
1664 1664
1665 1665
1666 1666
1667 1667
1668 1668
1669 1669
1670 1670
1671
1672 <dl><dt class="typeDefinition"><a name="type_AnalysisError">AnalysisError: o bject</a></dt><dd> 1671 <dl><dt class="typeDefinition"><a name="type_AnalysisError">AnalysisError: o bject</a></dt><dd>
1673 <p> 1672 <p>
1674 An indication of an error, warning, or hint that was produced 1673 An indication of an error, warning, or hint that was produced
1675 by the analysis. 1674 by the analysis.
1676 </p> 1675 </p>
1677 1676
1678 <dl><dt class="field"><b><i>severity ( <a href="#type_ErrorSeverity">Error Severity</a> )</i></b></dt><dd> 1677 <dl><dt class="field"><b><i>severity ( <a href="#type_ErrorSeverity">Error Severity</a> )</i></b></dt><dd>
1679 1678
1680 <p> 1679 <p>
1681 The severity of the error. 1680 The severity of the error.
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
2442 <dl><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> ) </i></b></dt><dd> 2441 <dl><dt class="field"><b><i>file ( <a href="#type_FilePath">FilePath</a> ) </i></b></dt><dd>
2443 2442
2444 <p> 2443 <p>
2445 The file containing the position. 2444 The file containing the position.
2446 </p> 2445 </p>
2447 </dd><dt class="field"><b><i>offset ( int )</i></b></dt><dd> 2446 </dd><dt class="field"><b><i>offset ( int )</i></b></dt><dd>
2448 2447
2449 <p> 2448 <p>
2450 The offset of the position. 2449 The offset of the position.
2451 </p> 2450 </p>
2452 </dd></dl></dd><dt class="typeDefinition"><a name="type_RefactoringId" >RefactoringId: String</a></dt><dd> 2451 </dd></dl></dd><dt class="typeDefinition"><a name="type_RefactoringKin d">RefactoringKind: String</a></dt><dd>
2453
2454 <p>
2455 An identifier used to refer to a refactoring operation.
2456 </p>
2457 </dd><dt class="typeDefinition"><a name="type_RefactoringKind">Refactoring Kind: String</a></dt><dd>
2458 <p> 2452 <p>
2459 An enumeration of the kinds of refactorings that can be 2453 An enumeration of the kinds of refactorings that can be
2460 created. 2454 created.
2461 </p> 2455 </p>
2462 2456
2463 <dl><dt class="value">CONVERT_GETTER_TO_METHOD</dt><dt class="value">CONVE RT_METHOD_TO_GETTER</dt><dt class="value">EXTRACT_LOCAL_VARIABLE</dt><dt class=" value">EXTRACT_METHOD</dt><dt class="value">INLINE_LOCAL_VARIABLE</dt><dt class= "value">INLINE_METHOD</dt><dt class="value">RENAME</dt></dl></dd><dt class="type Definition"><a name="type_RefactoringProblem">RefactoringProblem: object</a></dt ><dd> 2457 <dl><dt class="value">CONVERT_GETTER_TO_METHOD</dt><dt class="value">CONVE RT_METHOD_TO_GETTER</dt><dt class="value">EXTRACT_LOCAL_VARIABLE</dt><dt class=" value">EXTRACT_METHOD</dt><dt class="value">INLINE_LOCAL_VARIABLE</dt><dt class= "value">INLINE_METHOD</dt><dt class="value">RENAME</dt></dl></dd><dt class="type Definition"><a name="type_RefactoringProblem">RefactoringProblem: object</a></dt ><dd>
2464 <p> 2458 <p>
2465 A description of a problem related to a refactoring. 2459 A description of a problem related to a refactoring.
2466 </p> 2460 </p>
2467 2461
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
2935 <p> 2929 <p>
2936 This section contains a list of all of the errors that are 2930 This section contains a list of all of the errors that are
2937 produced by the server and the data that is returned with each. 2931 produced by the server and the data that is returned with each.
2938 </p> 2932 </p>
2939 <p> 2933 <p>
2940 TBD 2934 TBD
2941 </p> 2935 </p>
2942 2936
2943 2937
2944 </body></html> 2938 </body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/test/integration/protocol_matchers.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698