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

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

Issue 1241193002: Add '--useAnalysisHighlight2' option to generate version 2 of semantic highlight. (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
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2705 matching lines...) Expand 10 before | Expand all | Expand 10 after
2716 2716
2717 <p> 2717 <p>
2718 The length of the region to be highlighted. 2718 The length of the region to be highlighted.
2719 </p> 2719 </p>
2720 </dd></dl></dd><dt class="typeDefinition"><a name="type_HighlightRegio nType">HighlightRegionType: String</a></dt><dd> 2720 </dd></dl></dd><dt class="typeDefinition"><a name="type_HighlightRegio nType">HighlightRegionType: String</a></dt><dd>
2721 <p> 2721 <p>
2722 An enumeration of the kinds of highlighting that can be 2722 An enumeration of the kinds of highlighting that can be
2723 applied to files. 2723 applied to files.
2724 </p> 2724 </p>
2725 2725
2726 <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> 2726 <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><dd>
2727
2728 <p>Only for version 1 of highlight.</p>
2729 </dd><dt class="value">DYNAMIC_LOCAL_VARIABLE_DECLARATION</dt><dd>
2730
2731 <p>Only for version 2 of highlight.</p>
2732 </dd><dt class="value">DYNAMIC_LOCAL_VARIABLE_REFERENCE</dt><dd>
2733
2734 <p>Only for version 2 of highlight.</p>
2735 </dd><dt class="value">DYNAMIC_PARAMETER_DECLARATION</dt><dd>
2736
2737 <p>Only for version 2 of highlight.</p>
2738 </dd><dt class="value">DYNAMIC_PARAMETER_REFERENCE</dt><dd>
2739
2740 <p>Only for version 2 of highlight.</p>
2741 </dd><dt class="value">ENUM</dt><dt class="value">ENUM_CONSTANT</dt><d t class="value">FIELD</dt><dd>
2742
2743 <p>Only for version 1 of highlight.</p>
2744 </dd><dt class="value">FIELD_STATIC</dt><dd>
2745
2746 <p>Only for version 1 of highlight.</p>
2747 </dd><dt class="value">FUNCTION</dt><dd>
2748
2749 <p>Only for version 1 of highlight.</p>
2750 </dd><dt class="value">FUNCTION_DECLARATION</dt><dd>
2751
2752 <p>Only for version 1 of highlight.</p>
2753 </dd><dt class="value">FUNCTION_TYPE_ALIAS</dt><dt class="value">GETTE R_DECLARATION</dt><dd>
2754
2755 <p>Only for version 1 of highlight.</p>
2756 </dd><dt class="value">IDENTIFIER_DEFAULT</dt><dt class="value">IMPORT _PREFIX</dt><dt class="value">INSTANCE_FIELD_DECLARATION</dt><dd>
2757
2758 <p>Only for version 2 of highlight.</p>
2759 </dd><dt class="value">INSTANCE_FIELD_REFERENCE</dt><dd>
2760
2761 <p>Only for version 2 of highlight.</p>
2762 </dd><dt class="value">INSTANCE_GETTER_DECLARATION</dt><dd>
2763
2764 <p>Only for version 2 of highlight.</p>
2765 </dd><dt class="value">INSTANCE_GETTER_REFERENCE</dt><dd>
2766
2767 <p>Only for version 2 of highlight.</p>
2768 </dd><dt class="value">INSTANCE_METHOD_DECLARATION</dt><dd>
2769
2770 <p>Only for version 2 of highlight.</p>
2771 </dd><dt class="value">INSTANCE_METHOD_REFERENCE</dt><dd>
2772
2773 <p>Only for version 2 of highlight.</p>
2774 </dd><dt class="value">INSTANCE_SETTER_DECLARATION</dt><dd>
2775
2776 <p>Only for version 2 of highlight.</p>
2777 </dd><dt class="value">INSTANCE_SETTER_REFERENCE</dt><dd>
2778
2779 <p>Only for version 2 of highlight.</p>
2780 </dd><dt class="value">INVALID_STRING_ESCAPE</dt><dd>
2781
2782 <p>Only for version 2 of highlight.</p>
2783 </dd><dt class="value">KEYWORD</dt><dt class="value">LABEL</dt><dt cla ss="value">LIBRARY_NAME</dt><dd>
2784
2785 <p>Only for version 2 of highlight.</p>
2786 </dd><dt class="value">LITERAL_BOOLEAN</dt><dt class="value">LITERAL_D OUBLE</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 cl ass="value">LOCAL_FUNCTION_DECLARATION</dt><dd>
2787
2788 <p>Only for version 2 of highlight.</p>
2789 </dd><dt class="value">LOCAL_FUNCTION_REFERENCE</dt><dd>
2790
2791 <p>Only for version 2 of highlight.</p>
2792 </dd><dt class="value">LOCAL_VARIABLE</dt><dd>
2793
2794 <p>Only for version 1 of highlight.</p>
2795 </dd><dt class="value">LOCAL_VARIABLE_DECLARATION</dt><dt class="value ">LOCAL_VARIABLE_REFERENCE</dt><dd>
2796
2797 <p>Only for version 2 of highlight.</p>
2798 </dd><dt class="value">METHOD</dt><dd>
2799
2800 <p>Only for version 1 of highlight.</p>
2801 </dd><dt class="value">METHOD_DECLARATION</dt><dd>
2802
2803 <p>Only for version 1 of highlight.</p>
2804 </dd><dt class="value">METHOD_DECLARATION_STATIC</dt><dd>
2805
2806 <p>Only for version 1 of highlight.</p>
2807 </dd><dt class="value">METHOD_STATIC</dt><dd>
2808
2809 <p>Only for version 1 of highlight.</p>
2810 </dd><dt class="value">PARAMETER</dt><dd>
2811
2812 <p>Only for version 1 of highlight.</p>
2813 </dd><dt class="value">SETTER_DECLARATION</dt><dd>
2814
2815 <p>Only for version 1 of highlight.</p>
2816 </dd><dt class="value">TOP_LEVEL_VARIABLE</dt><dd>
2817
2818 <p>Only for version 1 of highlight.</p>
2819 </dd><dt class="value">PARAMETER_DECLARATION</dt><dd>
2820
2821 <p>Only for version 2 of highlight.</p>
2822 </dd><dt class="value">PARAMETER_REFERENCE</dt><dd>
2823
2824 <p>Only for version 2 of highlight.</p>
2825 </dd><dt class="value">STATIC_FIELD_DECLARATION</dt><dd>
2826
2827 <p>Only for version 2 of highlight.</p>
2828 </dd><dt class="value">STATIC_GETTER_DECLARATION</dt><dd>
2829
2830 <p>Only for version 2 of highlight.</p>
2831 </dd><dt class="value">STATIC_GETTER_REFERENCE</dt><dd>
2832
2833 <p>Only for version 2 of highlight.</p>
2834 </dd><dt class="value">STATIC_METHOD_DECLARATION</dt><dd>
2835
2836 <p>Only for version 2 of highlight.</p>
2837 </dd><dt class="value">STATIC_METHOD_REFERENCE</dt><dd>
2838
2839 <p>Only for version 2 of highlight.</p>
2840 </dd><dt class="value">STATIC_SETTER_DECLARATION</dt><dd>
2841
2842 <p>Only for version 2 of highlight.</p>
2843 </dd><dt class="value">STATIC_SETTER_REFERENCE</dt><dd>
2844
2845 <p>Only for version 2 of highlight.</p>
2846 </dd><dt class="value">TOP_LEVEL_FUNCTION_DECLARATION</dt><dd>
2847
2848 <p>Only for version 2 of highlight.</p>
2849 </dd><dt class="value">TOP_LEVEL_FUNCTION_REFERENCE</dt><dd>
2850
2851 <p>Only for version 2 of highlight.</p>
2852 </dd><dt class="value">TOP_LEVEL_GETTER_DECLARATION</dt><dd>
2853
2854 <p>Only for version 2 of highlight.</p>
2855 </dd><dt class="value">TOP_LEVEL_GETTER_REFERENCE</dt><dd>
2856
2857 <p>Only for version 2 of highlight.</p>
2858 </dd><dt class="value">TOP_LEVEL_SETTER_DECLARATION</dt><dd>
2859
2860 <p>Only for version 2 of highlight.</p>
2861 </dd><dt class="value">TOP_LEVEL_SETTER_REFERENCE</dt><dd>
2862
2863 <p>Only for version 2 of highlight.</p>
2864 </dd><dt class="value">TOP_LEVEL_VARIABLE_DECLARATION</dt><dd>
2865
2866 <p>Only for version 2 of highlight.</p>
2867 </dd><dt class="value">TYPE_NAME_DYNAMIC</dt><dt class="value">TYPE_PA RAMETER</dt><dt class="value">UNRESOLVED_INSTANCE_MEMBER_REFERENCE</dt><dd>
2868
2869 <p>Only for version 2 of highlight.</p>
2870 </dd><dt class="value">VALID_STRING_ESCAPE</dt><dd>
2871
2872 <p>Only for version 2 of highlight.</p>
2873 </dd></dl></dd><dt class="typeDefinition"><a name="type_HoverInformati on">HoverInformation: object</a></dt><dd>
2727 <p> 2874 <p>
2728 The hover information associated with a specific location. 2875 The hover information associated with a specific location.
2729 </p> 2876 </p>
2730 2877
2731 <dl><dt class="field"><b><i>offset ( int )</i></b></dt><dd> 2878 <dl><dt class="field"><b><i>offset ( int )</i></b></dt><dd>
2732 2879
2733 <p> 2880 <p>
2734 The offset of the range of characters that encompases the 2881 The offset of the range of characters that encompases the
2735 cursor position and has the same hover information as the 2882 cursor position and has the same hover information as the
2736 cursor position. 2883 cursor position.
(...skipping 1155 matching lines...) Expand 10 before | Expand all | Expand 10 after
3892 <p> 4039 <p>
3893 This section contains a list of all of the errors that are 4040 This section contains a list of all of the errors that are
3894 produced by the server and the data that is returned with each. 4041 produced by the server and the data that is returned with each.
3895 </p> 4042 </p>
3896 <p> 4043 <p>
3897 TBD 4044 TBD
3898 </p> 4045 </p>
3899 4046
3900 4047
3901 </body></html> 4048 </body></html>
OLDNEW
« no previous file with comments | « no previous file | pkg/analysis_server/lib/src/analysis_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698