Chromium Code Reviews| OLD | NEW |
|---|---|
| 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">WORKING DRAFT - Version <version>0.3</version></h1 > | 8 <h1 style="color:#999999">WORKING DRAFT - Version <version>0.3</version></h1 > |
| 9 <p> | 9 <p> |
| 10 This document contains a specification of the API provided by | 10 This document contains a specification of the API provided by |
| (...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1767 <enum> | 1767 <enum> |
| 1768 <value><code>ARGUMENT_LIST</code></value> | 1768 <value><code>ARGUMENT_LIST</code></value> |
| 1769 <value><code>CLASS</code></value> | 1769 <value><code>CLASS</code></value> |
| 1770 <value><code>CLASS_ALIAS</code></value> | 1770 <value><code>CLASS_ALIAS</code></value> |
| 1771 <value><code>CONSTRUCTOR</code></value> | 1771 <value><code>CONSTRUCTOR</code></value> |
| 1772 <value><code>FIELD</code></value> | 1772 <value><code>FIELD</code></value> |
| 1773 <value><code>FUNCTION</code></value> | 1773 <value><code>FUNCTION</code></value> |
| 1774 <value><code>FUNCTION_TYPE_ALIAS</code></value> | 1774 <value><code>FUNCTION_TYPE_ALIAS</code></value> |
| 1775 <value><code>GETTER</code></value> | 1775 <value><code>GETTER</code></value> |
| 1776 <value><code>IMPORT</code></value> | 1776 <value><code>IMPORT</code></value> |
| 1777 <value><code>KEYWORD</code></value> | |
|
Paul Berry
2014/08/12 16:32:11
Since this file is used to generate code as well a
danrubel
2014/08/15 03:23:26
Done.
| |
| 1777 <value><code>LIBRARY_PREFIX</code></value> | 1778 <value><code>LIBRARY_PREFIX</code></value> |
| 1778 <value><code>LOCAL_VARIABLE</code></value> | 1779 <value><code>LOCAL_VARIABLE</code></value> |
| 1779 <value><code>METHOD</code></value> | 1780 <value><code>METHOD</code></value> |
| 1780 <value><code>METHOD_NAME</code></value> | 1781 <value><code>METHOD_NAME</code></value> |
| 1781 <value><code>NAMED_ARGUMENT</code></value> | 1782 <value><code>NAMED_ARGUMENT</code></value> |
| 1782 <value><code>OPTIONAL_ARGUMENT</code></value> | 1783 <value><code>OPTIONAL_ARGUMENT</code></value> |
| 1783 <value><code>PARAMETER</code></value> | 1784 <value><code>PARAMETER</code></value> |
| 1784 <value><code>SETTER</code></value> | 1785 <value><code>SETTER</code></value> |
| 1785 <value><code>TOP_LEVEL_VARIABLE</code></value> | 1786 <value><code>TOP_LEVEL_VARIABLE</code></value> |
| 1786 <value><code>TYPE_PARAMETER</code></value> | 1787 <value><code>TYPE_PARAMETER</code></value> |
| (...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3065 <h2>Errors</h2> | 3066 <h2>Errors</h2> |
| 3066 <p> | 3067 <p> |
| 3067 This section contains a list of all of the errors that are | 3068 This section contains a list of all of the errors that are |
| 3068 produced by the server and the data that is returned with each. | 3069 produced by the server and the data that is returned with each. |
| 3069 </p> | 3070 </p> |
| 3070 <p> | 3071 <p> |
| 3071 TBD | 3072 TBD |
| 3072 </p> | 3073 </p> |
| 3073 </body> | 3074 </body> |
| 3074 </html> | 3075 </html> |
| OLD | NEW |