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

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

Issue 1325543006: Add the optional 'superOnly' request parameter for 'search.getTypeHierarchy'. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/AnalysisServer.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 <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">Version <version>1.9.0</version></h1> 8 <h1 style="color:#999999">Version <version>1.9.0</version></h1>
9 <p> 9 <p>
10 This document contains a specification of the API provided by the 10 This document contains a specification of the API provided by the
(...skipping 1290 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 The file containing the declaration or reference to the 1301 The file containing the declaration or reference to the
1302 type for which a hierarchy is being requested. 1302 type for which a hierarchy is being requested.
1303 </p> 1303 </p>
1304 </field> 1304 </field>
1305 <field name="offset"> 1305 <field name="offset">
1306 <ref>int</ref> 1306 <ref>int</ref>
1307 <p> 1307 <p>
1308 The offset of the name of the type within the file. 1308 The offset of the name of the type within the file.
1309 </p> 1309 </p>
1310 </field> 1310 </field>
1311 <field name="superOnly" optional="true">
1312 <ref>bool</ref>
1313 <p>
1314 True if the client is only requesting superclasses and
1315 interfaces hierarchy.
1316 </p>
1317 </field>
1311 </params> 1318 </params>
1312 <result> 1319 <result>
1313 <field name="hierarchyItems" optional="true"> 1320 <field name="hierarchyItems" optional="true">
1314 <list><ref>TypeHierarchyItem</ref></list> 1321 <list><ref>TypeHierarchyItem</ref></list>
1315 <p> 1322 <p>
1316 A list of the types in the requested hierarchy. The 1323 A list of the types in the requested hierarchy. The
1317 first element of the list is the item representing the 1324 first element of the list is the item representing the
1318 type for which the hierarchy was requested. The index of 1325 type for which the hierarchy was requested. The index of
1319 other elements of the list is unspecified, but 1326 other elements of the list is unspecified, but
1320 correspond to the integers used to reference supertype 1327 correspond to the integers used to reference supertype
(...skipping 2912 matching lines...) Expand 10 before | Expand all | Expand 10 after
4233 This section contains a list of all of the errors that are 4240 This section contains a list of all of the errors that are
4234 produced by the server and the data that is returned with each. 4241 produced by the server and the data that is returned with each.
4235 </p> 4242 </p>
4236 <p> 4243 <p>
4237 TBD 4244 TBD
4238 </p> 4245 </p>
4239 <h2 class="domain"><a name="index">Index</a></h2> 4246 <h2 class="domain"><a name="index">Index</a></h2>
4240 <index /> 4247 <index />
4241 </body> 4248 </body>
4242 </html> 4249 </html>
OLDNEW
« no previous file with comments | « pkg/analysis_server/tool/spec/generated/java/AnalysisServer.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698