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

Unified Diff: pkg/analysis_server/doc/api.html

Issue 537733002: Use typed RefactoringOptions in the Dart version of the protocol. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Update also Java generator 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 side-by-side diff with in-line comments
Download patch
Index: pkg/analysis_server/doc/api.html
diff --git a/pkg/analysis_server/doc/api.html b/pkg/analysis_server/doc/api.html
index d25f1765e6ada556677c21856a2e8804015664cc..a3f8c3079cdbc0bf79319e056948433314812c54 100644
--- a/pkg/analysis_server/doc/api.html
+++ b/pkg/analysis_server/doc/api.html
@@ -1391,7 +1391,7 @@ dt.typeDefinition {
"<b>offset</b>": int
"<b>length</b>": int
"<b>validateOnly</b>": bool
- "<b>options</b>": <span style="color:#999999">optional</span> object
+ "<b>options</b>": <span style="color:#999999">optional</span> <a href="#type_RefactoringOptions">RefactoringOptions</a>
}
}</pre><br><pre>response: {
"id": String
@@ -1435,7 +1435,7 @@ dt.typeDefinition {
True if the client is only requesting that the values of
the options be validated and no change be generated.
</p>
- </dd><dt class="field"><b><i>options ( <span style="color:#999999">optional</span> object )</i></b></dt><dd>
+ </dd><dt class="field"><b><i>options ( <span style="color:#999999">optional</span> <a href="#type_RefactoringOptions">RefactoringOptions</a> )</i></b></dt><dd>
<p>
Data used to provide values provided by the user. The
@@ -1723,6 +1723,7 @@ dt.typeDefinition {
+
<dl><dt class="typeDefinition"><a name="type_AddContentOverlay">AddContentOverlay: object</a></dt><dd>
<p>
A directive to begin overlaying the contents of a file. The
@@ -2504,7 +2505,12 @@ dt.typeDefinition {
not be defined. If the function type has zero parameters, this
field will have a value of "()".
</p>
- </dd></dl></dd><dt class="typeDefinition"><a name="type_RefactoringMethodParameterKind">RefactoringMethodParameterKind: String</a></dt><dd>
+ </dd></dl></dd><dt class="typeDefinition"><a name="type_RefactoringOptions">RefactoringOptions: object</a></dt><dd>
+ <p>
+ An abstract superclass of all refactoring options.
+ </p>
+
+ <dl></dl></dd><dt class="typeDefinition"><a name="type_RefactoringMethodParameterKind">RefactoringMethodParameterKind: String</a></dt><dd>
<p>
An enumeration of the kinds of parameters.
</p>

Powered by Google App Engine
This is Rietveld 408576698