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

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

Issue 1227143003: Update Analysis Server highlight API and implementation. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 5 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
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 2635 matching lines...) Expand 10 before | Expand all | Expand 10 after
2646 2646
2647 <p> 2647 <p>
2648 The length of the region to be highlighted. 2648 The length of the region to be highlighted.
2649 </p> 2649 </p>
2650 </dd></dl></dd><dt class="typeDefinition"><a name="type_HighlightRegio nType">HighlightRegionType: String</a></dt><dd> 2650 </dd></dl></dd><dt class="typeDefinition"><a name="type_HighlightRegio nType">HighlightRegionType: String</a></dt><dd>
2651 <p> 2651 <p>
2652 An enumeration of the kinds of highlighting that can be 2652 An enumeration of the kinds of highlighting that can be
2653 applied to files. 2653 applied to files.
2654 </p> 2654 </p>
2655 2655
2656 <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">ENUM</dt><dt class="value">ENUM_CONSTANT</dt><dt class="v alue">FIELD</dt><dt class="value">FIELD_STATIC</dt><dt class="value">FUNCTION</d t><dt class="value">FUNCTION_DECLARATION</dt><dt class="value">FUNCTION_TYPE_ALI AS</dt><dt class="value">GETTER_DECLARATION</dt><dt class="value">IDENTIFIER_DEF AULT</dt><dt class="value">IMPORT_PREFIX</dt><dt class="value">KEYWORD</dt><dt c lass="value">LABEL</dt><dt class="value">LITERAL_BOOLEAN</dt><dt class="value">L ITERAL_DOUBLE</dt><dt class="value">LITERAL_INTEGER</dt><dt class="value">LITERA L_LIST</dt><dt class="value">LITERAL_MAP</dt><dt class="value">LITERAL_STRING</d t><dt class="value">LOCAL_VARIABLE</dt><dt class="value">LOCAL_VARIABLE_DECLARAT ION</dt><dt class="value">METHOD</dt><dt class="value">METHOD_DECLARATION</dt><d t class="value">METHOD_DECLARATION_STATIC</dt><dt class="value">METHOD_STATIC</d t><dt class="value">PARAMETER</dt><dt class="value">SETTER_DECLARATION</dt><dt c lass="value">TOP_LEVEL_VARIABLE</dt><dt class="value">TYPE_NAME_DYNAMIC</dt><dt class="value">TYPE_PARAMETER</dt></dl></dd><dt class="typeDefinition"><a name="t ype_HoverInformation">HoverInformation: object</a></dt><dd> 2656 <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">ENUM</dt><dt class="value">ENUM_CONSTANT</dt><dt class="value">FUNCTION_TYPE_ALIAS</dt><dt c lass="value">IDENTIFIER_DEFAULT</dt><dt class="value">IMPORT_PREFIX</dt><dt clas s="value">INSTANCE_FIELD_DECLARATION</dt><dt class="value">INSTANCE_FIELD_REFERE NCE</dt><dt class="value">INSTANCE_GETTER_DECLARATION</dt><dt class="value">INST ANCE_METHOD_DECLARATION</dt><dt class="value">INSTANCE_METHOD_REFERENCE</dt><dt class="value">INSTANCE_SETTER_DECLARATION</dt><dt class="value">INVALID_STRING_E SCAPE</dt><dt class="value">KEYWORD</dt><dt class="value">LABEL</dt><dt class="v alue">LITERAL_BOOLEAN</dt><dt class="value">LITERAL_DOUBLE</dt><dt class="value" >LITERAL_INTEGER</dt><dt class="value">LITERAL_LIST</dt><dt class="value">LITERA L_MAP</dt><dt class="value">LITERAL_STRING</dt><dt class="value">LOCAL_FUNCTION_ DECLARATION</dt><dt class="value">LOCAL_FUNCTION_REFERENCE</dt><dt class="value" >LOCAL_VARIABLE_DECLARATION</dt><dt class="value">LOCAL_VARIABLE_REFERENCE</dt>< dt class="value">PARAMETER_DECLARATION</dt><dt class="value">PARAMETER_REFERENCE </dt><dt class="value">STATIC_FIELD_DECLARATION</dt><dt class="value">STATIC_FIE LD_REFERENCE</dt><dt class="value">STATIC_GETTER_DECLARATION</dt><dt class="valu e">STATIC_METHOD_DECLARATION</dt><dt class="value">STATIC_METHOD_REFERENCE</dt>< dt class="value">STATIC_SETTER_DECLARATION</dt><dt class="value">TOP_LEVEL_FUNCT ION_DECLARATION</dt><dt class="value">TOP_LEVEL_FUNCTION_REFERENCE</dt><dt class ="value">TOP_LEVEL_GETTER_DECLARATION</dt><dt class="value">TOP_LEVEL_SETTER_DEC LARATION</dt><dt class="value">TOP_LEVEL_VARIABLE_DECLARATION</dt><dt class="val ue">TOP_LEVEL_VARIABLE_REFERENCE</dt><dt class="value">TYPE_NAME_DYNAMIC</dt><dt class="value">TYPE_PARAMETER</dt><dt class="value">UNTYPED_VARIABLE</dt><dt cla ss="value">VALID_STRING_ESCAPE</dt></dl></dd><dt class="typeDefinition"><a name= "type_HoverInformation">HoverInformation: object</a></dt><dd>
2657 <p> 2657 <p>
2658 The hover information associated with a specific location. 2658 The hover information associated with a specific location.
2659 </p> 2659 </p>
2660 2660
2661 <dl><dt class="field"><b><i>offset ( int )</i></b></dt><dd> 2661 <dl><dt class="field"><b><i>offset ( int )</i></b></dt><dd>
2662 2662
2663 <p> 2663 <p>
2664 The offset of the range of characters that encompases the 2664 The offset of the range of characters that encompases the
2665 cursor position and has the same hover information as the 2665 cursor position and has the same hover information as the
2666 cursor position. 2666 cursor position.
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
3815 <p> 3815 <p>
3816 This section contains a list of all of the errors that are 3816 This section contains a list of all of the errors that are
3817 produced by the server and the data that is returned with each. 3817 produced by the server and the data that is returned with each.
3818 </p> 3818 </p>
3819 <p> 3819 <p>
3820 TBD 3820 TBD
3821 </p> 3821 </p>
3822 3822
3823 3823
3824 </body></html> 3824 </body></html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698