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

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

Issue 533743002: Drop the 'occurrences' field from the EXTRACT_METHOD refactoring feedback. (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 | « no previous file | pkg/analysis_server/lib/src/generated_protocol.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>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 2946 matching lines...) Expand 10 before | Expand all | Expand 10 after
2957 </dd><dt class="field"><b><i>canCreateGetter ( bool )</i></b></dt><dd> 2957 </dd><dt class="field"><b><i>canCreateGetter ( bool )</i></b></dt><dd>
2958 2958
2959 <p> 2959 <p>
2960 True if a getter could be created rather than a method. 2960 True if a getter could be created rather than a method.
2961 </p> 2961 </p>
2962 </dd><dt class="field"><b><i>parameters ( List&lt;<a href="#type_Refac toringMethodParameter">RefactoringMethodParameter</a>&gt; )</i></b></dt><dd> 2962 </dd><dt class="field"><b><i>parameters ( List&lt;<a href="#type_Refac toringMethodParameter">RefactoringMethodParameter</a>&gt; )</i></b></dt><dd>
2963 2963
2964 <p> 2964 <p>
2965 The proposed parameters for the method. 2965 The proposed parameters for the method.
2966 </p> 2966 </p>
2967 </dd><dt class="field"><b><i>occurrences ( int )</i></b></dt><dd>
2968
2969 <p>
2970 The number of times the expression or statements occurs.
2971 </p>
2972 </dd><dt class="field"><b><i>offsets ( List&lt;int&gt; )</i></b></dt>< dd> 2967 </dd><dt class="field"><b><i>offsets ( List&lt;int&gt; )</i></b></dt>< dd>
2973 2968
2974 <p> 2969 <p>
2975 The offsets of the expressions or statements that would 2970 The offsets of the expressions or statements that would
2976 be replaced by an invocation of the method. 2971 be replaced by an invocation of the method.
2977 </p> 2972 </p>
2978 </dd><dt class="field"><b><i>lengths ( List&lt;int&gt; )</i></b></dt>< dd> 2973 </dd><dt class="field"><b><i>lengths ( List&lt;int&gt; )</i></b></dt>< dd>
2979 2974
2980 <p> 2975 <p>
2981 The lengths of the expressions or statements that would 2976 The lengths of the expressions or statements that would
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
3097 <p> 3092 <p>
3098 This section contains a list of all of the errors that are 3093 This section contains a list of all of the errors that are
3099 produced by the server and the data that is returned with each. 3094 produced by the server and the data that is returned with each.
3100 </p> 3095 </p>
3101 <p> 3096 <p>
3102 TBD 3097 TBD
3103 </p> 3098 </p>
3104 3099
3105 3100
3106 </body></html> 3101 </body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/generated_protocol.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698