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

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

Issue 463643002: Add an integration test for analysis.highlights. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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>h1 { 4 <style>h1 {
5 text-align: center; 5 text-align: center;
6 } 6 }
7 pre { 7 pre {
8 margin: 0px; 8 margin: 0px;
9 } 9 }
10 div.box { 10 div.box {
(...skipping 2145 matching lines...) Expand 10 before | Expand all | Expand 10 after
2156 2156
2157 <p> 2157 <p>
2158 The length of the region to be highlighted. 2158 The length of the region to be highlighted.
2159 </p> 2159 </p>
2160 </dd></dl></dd><dt class="typeDefinition"><a name="type_HighlightRegio nType">HighlightRegionType: String</a></dt><dd> 2160 </dd></dl></dd><dt class="typeDefinition"><a name="type_HighlightRegio nType">HighlightRegionType: String</a></dt><dd>
2161 <p> 2161 <p>
2162 An enumeration of the kinds of highlighting that can be 2162 An enumeration of the kinds of highlighting that can be
2163 applied to files. 2163 applied to files.
2164 </p> 2164 </p>
2165 2165
2166 <dl><dt class="value">ANNOTATION</dt><dt class="value">BUILT_IN</dt><dt cl ass="value">CLASS</dt><dt class="value">COMMENT_BLOCK</dt><dt class="value">COMM ENT_DOCUMENTATION</dt><dt class="value">COMMENT_END_OF_LINE</dt><dt class="value ">CONSTRUCTOR</dt><dt class="value">DIRECTIVE</dt><dt class="value">DYNAMIC_TYPE </dt><dt class="value">FIELD</dt><dt class="value">FIELD_STATIC</dt><dt class="v alue">FUNCTION_DECLARATION</dt><dt class="value">FUNCTION</dt><dt class="value"> FUNCTION_TYPE_ALIAS</dt><dt class="value">GETTER_DECLARATION</dt><dt class="valu e">KEYWORD</dt><dt class="value">IDENTIFIER_DEFAULT</dt><dt class="value">IMPORT _PREFIX</dt><dt class="value">LITERAL_BOOLEAN</dt><dt class="value">LITERAL_DOUB LE</dt><dt class="value">LITERAL_INTEGER</dt><dt class="value">LITERAL_LIST</dt> <dt class="value">LITERAL_MAP</dt><dt class="value">LITERAL_STRING</dt><dt class ="value">LOCAL_VARIABLE_DECLARATION</dt><dt class="value">LOCAL_VARIABLE</dt><dt class="value">METHOD_DECLARATION</dt><dt class="value">METHOD_DECLARATION_STATI C</dt><dt class="value">METHOD</dt><dt class="value">METHOD_STATIC</dt><dt class ="value">PARAMETER</dt><dt class="value">SETTER_DECLARATION</dt><dt class="value ">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_NAME_DYNAMIC</dt><dt class="valu e">TYPE_PARAMETER</dt></dl></dd><dt class="typeDefinition"><a name="type_HoverIn formation">HoverInformation: object</a></dt><dd> 2166 <dl><dt class="value">ANNOTATION</dt><dt class="value">BUILT_IN</dt><dt cl ass="value">CLASS</dt><dt class="value">COMMENT_BLOCK</dt><dt class="value">COMM ENT_DOCUMENTATION</dt><dt class="value">COMMENT_END_OF_LINE</dt><dt class="value ">CONSTRUCTOR</dt><dt class="value">DIRECTIVE</dt><dt class="value">DYNAMIC_TYPE </dt><dt class="value">FIELD</dt><dt class="value">FIELD_STATIC</dt><dt class="v alue">FUNCTION</dt><dt class="value">FUNCTION_DECLARATION</dt><dt class="value"> FUNCTION_TYPE_ALIAS</dt><dt class="value">GETTER_DECLARATION</dt><dt class="valu e">IDENTIFIER_DEFAULT</dt><dt class="value">IMPORT_PREFIX</dt><dt class="value"> KEYWORD</dt><dt class="value">LITERAL_BOOLEAN</dt><dt class="value">LITERAL_DOUB LE</dt><dt class="value">LITERAL_INTEGER</dt><dt class="value">LITERAL_LIST</dt> <dt class="value">LITERAL_MAP</dt><dt class="value">LITERAL_STRING</dt><dt class ="value">LOCAL_VARIABLE</dt><dt class="value">LOCAL_VARIABLE_DECLARATION</dt><dt class="value">METHOD</dt><dt class="value">METHOD_DECLARATION</dt><dt class="va lue">METHOD_DECLARATION_STATIC</dt><dt class="value">METHOD_STATIC</dt><dt class ="value">PARAMETER</dt><dt class="value">SETTER_DECLARATION</dt><dt class="value ">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_NAME_DYNAMIC</dt><dt class="valu e">TYPE_PARAMETER</dt></dl></dd><dt class="typeDefinition"><a name="type_HoverIn formation">HoverInformation: object</a></dt><dd>
2167 <p> 2167 <p>
2168 The hover information associated with a specific location. 2168 The hover information associated with a specific location.
2169 </p> 2169 </p>
2170 2170
2171 <dl><dt class="field"><b><i>offset ( int )</i></b></dt><dd> 2171 <dl><dt class="field"><b><i>offset ( int )</i></b></dt><dd>
2172 2172
2173 <p> 2173 <p>
2174 The offset of the range of characters that encompases the 2174 The offset of the range of characters that encompases the
2175 cursor position and has the same hover information as the 2175 cursor position and has the same hover information as the
2176 cursor position. 2176 cursor position.
(...skipping 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
2968 <p> 2968 <p>
2969 This section contains a list of all of the errors that are 2969 This section contains a list of all of the errors that are
2970 produced by the server and the data that is returned with each. 2970 produced by the server and the data that is returned with each.
2971 </p> 2971 </p>
2972 <p> 2972 <p>
2973 TBD 2973 TBD
2974 </p> 2974 </p>
2975 2975
2976 2976
2977 </body></html> 2977 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698