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

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

Issue 542333002: Add feedback for 'Inline Local' refactoring. (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
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 3065 matching lines...) Expand 10 before | Expand all | Expand 10 after
3076 </p> 3076 </p>
3077 </dd></dl></dd><dt class="refactoring">INLINE_LOCAL_VARIABLE</dt><dd> 3077 </dd></dl></dd><dt class="refactoring">INLINE_LOCAL_VARIABLE</dt><dd>
3078 <p> 3078 <p>
3079 Inline the initializer expression of a local variable in 3079 Inline the initializer expression of a local variable in
3080 place of any references to that variable. 3080 place of any references to that variable.
3081 </p> 3081 </p>
3082 <p> 3082 <p>
3083 It is an error if the range contains anything other than all 3083 It is an error if the range contains anything other than all
3084 or part of the name of a single local variable. 3084 or part of the name of a single local variable.
3085 </p> 3085 </p>
3086 <h4>Feedback</h4><p>none</p><h4>Options</h4><p>none</p></dd><dt class="ref actoring">INLINE_METHOD</dt><dd> 3086
3087 <h4>Feedback</h4><dl><dt class="field"><b><i>name ( String )</i></b></dt>< dd>
3088
3089 <p>
3090 The name of the variable being inlined.
3091 </p>
3092 </dd><dt class="field"><b><i>occurrences ( int )</i></b></dt><dd>
3093
3094 <p>
3095 The number of times the variable occurs.
3096 </p>
3097 </dd></dl><h4>Options</h4><p>none</p></dd><dt class="refactoring">INLI NE_METHOD</dt><dd>
3087 <p> 3098 <p>
3088 Inline a method in place of one or all references to that 3099 Inline a method in place of one or all references to that
3089 method. 3100 method.
3090 </p> 3101 </p>
3091 <p> 3102 <p>
3092 It is an error if the range contains anything other than all 3103 It is an error if the range contains anything other than all
3093 or part of the name of a single method. 3104 or part of the name of a single method.
3094 </p> 3105 </p>
3095 3106
3096 <h4>Feedback</h4><p>none</p><h4>Options</h4><dl><dt class="field"><b><i>de leteSource ( bool )</i></b></dt><dd> 3107 <h4>Feedback</h4><p>none</p><h4>Options</h4><dl><dt class="field"><b><i>de leteSource ( bool )</i></b></dt><dd>
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
3154 <p> 3165 <p>
3155 This section contains a list of all of the errors that are 3166 This section contains a list of all of the errors that are
3156 produced by the server and the data that is returned with each. 3167 produced by the server and the data that is returned with each.
3157 </p> 3168 </p>
3158 <p> 3169 <p>
3159 TBD 3170 TBD
3160 </p> 3171 </p>
3161 3172
3162 3173
3163 </body></html> 3174 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698