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

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

Issue 1407333006: Fix protocol for EXTRACT_LOCAL_VARIABLE and coveringExpressionOffsets/lengths. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/ExtractLocalVariableFeedback.java ('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 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="UTF-8"/> 4 <meta charset="UTF-8"/>
5 <title>Analysis Server API Specification</title> 5 <title>Analysis Server API Specification</title>
6 </head> 6 </head>
7 <body> 7 <body>
8 <h1>Analysis Server API Specification</h1> 8 <h1>Analysis Server API Specification</h1>
9 <h1 style="color:#999999">Version <version>1.12.0</version></h1> 9 <h1 style="color:#999999">Version <version>1.12.0</version></h1>
10 <p> 10 <p>
(...skipping 4017 matching lines...) Expand 10 before | Expand all | Expand 10 after
4028 <refactoring kind="EXTRACT_LOCAL_VARIABLE"> 4028 <refactoring kind="EXTRACT_LOCAL_VARIABLE">
4029 <p> 4029 <p>
4030 Create a local variable initialized by the expression that covers 4030 Create a local variable initialized by the expression that covers
4031 the specified selection. 4031 the specified selection.
4032 </p> 4032 </p>
4033 <p> 4033 <p>
4034 It is an error if the selection range is not covered by a 4034 It is an error if the selection range is not covered by a
4035 complete expression. 4035 complete expression.
4036 </p> 4036 </p>
4037 <feedback> 4037 <feedback>
4038 <field name="coveringExpressionOffsets"> 4038 <field name="coveringExpressionOffsets" optional="true">
4039 <list><ref>int</ref></list> 4039 <list><ref>int</ref></list>
4040 <p> 4040 <p>
4041 The offsets of the expressions that cover the specified 4041 The offsets of the expressions that cover the specified
4042 selection, from the down most to the up most. 4042 selection, from the down most to the up most.
4043 </p> 4043 </p>
4044 </field> 4044 </field>
4045 <field name="coveringExpressionLengths"> 4045 <field name="coveringExpressionLengths" optional="true">
4046 <list><ref>int</ref></list> 4046 <list><ref>int</ref></list>
4047 <p> 4047 <p>
4048 The lengths of the expressions that cover the specified 4048 The lengths of the expressions that cover the specified
4049 selection, from the down most to the up most. 4049 selection, from the down most to the up most.
4050 </p> 4050 </p>
4051 </field> 4051 </field>
4052 <field name="names"> 4052 <field name="names">
4053 <list><ref>String</ref></list> 4053 <list><ref>String</ref></list>
4054 <p> 4054 <p>
4055 The proposed names for the local variable. 4055 The proposed names for the local variable.
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
4368 This section contains a list of all of the errors that are 4368 This section contains a list of all of the errors that are
4369 produced by the server and the data that is returned with each. 4369 produced by the server and the data that is returned with each.
4370 </p> 4370 </p>
4371 <p> 4371 <p>
4372 TBD 4372 TBD
4373 </p> 4373 </p>
4374 <h2 class="domain"><a name="index">Index</a></h2> 4374 <h2 class="domain"><a name="index">Index</a></h2>
4375 <index></index> 4375 <index></index>
4376 </body> 4376 </body>
4377 </html> 4377 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/types/ExtractLocalVariableFeedback.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698