|
1512 | 1512 | "type": "integer",
|
1513 | 1513 | "format": "int32"
|
1514 | 1514 | },
|
1515 |
| - "static": { |
| 1515 | + "final": { |
1516 | 1516 | "type": "boolean"
|
1517 | 1517 | },
|
1518 |
| - "final": { |
| 1518 | + "static": { |
1519 | 1519 | "type": "boolean"
|
1520 | 1520 | },
|
1521 | 1521 | "cachedField": {
|
|
2184 | 2184 | "descriptor": {
|
2185 | 2185 | "type": "string"
|
2186 | 2186 | },
|
2187 |
| - "static": { |
| 2187 | + "synthetic": { |
2188 | 2188 | "type": "boolean"
|
2189 | 2189 | },
|
2190 |
| - "synthetic": { |
| 2190 | + "static": { |
2191 | 2191 | "type": "boolean"
|
2192 | 2192 | },
|
2193 | 2193 | "declaringClass": {
|
|
3139 | 3139 | "$ref": "#/components/schemas/ClassNode"
|
3140 | 3140 | }
|
3141 | 3141 | },
|
3142 |
| - "abstractMethods": { |
| 3142 | + "allDeclaredMethods": { |
3143 | 3143 | "type": "array",
|
3144 | 3144 | "items": {
|
3145 | 3145 | "$ref": "#/components/schemas/MethodNode"
|
3146 | 3146 | }
|
3147 | 3147 | },
|
3148 |
| - "allDeclaredMethods": { |
| 3148 | + "abstractMethods": { |
3149 | 3149 | "type": "array",
|
3150 | 3150 | "items": {
|
3151 | 3151 | "$ref": "#/components/schemas/MethodNode"
|
|
3154 | 3154 | "genericsPlaceHolder": {
|
3155 | 3155 | "type": "boolean"
|
3156 | 3156 | },
|
3157 |
| - "plainNodeReference": { |
3158 |
| - "$ref": "#/components/schemas/ClassNode" |
3159 |
| - }, |
3160 | 3157 | "primaryClassNode": {
|
3161 | 3158 | "type": "boolean"
|
3162 | 3159 | },
|
|
3181 | 3178 | "annotationDefinition": {
|
3182 | 3179 | "type": "boolean"
|
3183 | 3180 | },
|
| 3181 | + "plainNodeReference": { |
| 3182 | + "$ref": "#/components/schemas/ClassNode" |
| 3183 | + }, |
3184 | 3184 | "objectInitializerStatements": {
|
3185 | 3185 | "type": "array",
|
3186 | 3186 | "items": {
|
|
3274 | 3274 | "publicKey": {
|
3275 | 3275 | "type": "object",
|
3276 | 3276 | "properties": {
|
3277 |
| - "params": { |
3278 |
| - "type": "object" |
3279 |
| - }, |
3280 | 3277 | "encoded": {
|
3281 | 3278 | "type": "string",
|
3282 | 3279 | "format": "byte"
|
|
3318 | 3315 | "publicKey": {
|
3319 | 3316 | "type": "object",
|
3320 | 3317 | "properties": {
|
3321 |
| - "params": { |
3322 |
| - "type": "object" |
3323 |
| - }, |
3324 | 3318 | "encoded": {
|
3325 | 3319 | "type": "string",
|
3326 | 3320 | "format": "byte"
|
|
3373 | 3367 | "publicKey": {
|
3374 | 3368 | "type": "object",
|
3375 | 3369 | "properties": {
|
3376 |
| - "params": { |
3377 |
| - "type": "object" |
3378 |
| - }, |
3379 | 3370 | "encoded": {
|
3380 | 3371 | "type": "string",
|
3381 | 3372 | "format": "byte"
|
|
3662 | 3653 | "constructor": {
|
3663 | 3654 | "type": "boolean"
|
3664 | 3655 | },
|
| 3656 | + "final": { |
| 3657 | + "type": "boolean" |
| 3658 | + }, |
3665 | 3659 | "static": {
|
3666 | 3660 | "type": "boolean"
|
3667 | 3661 | },
|
|
3680 | 3674 | "private": {
|
3681 | 3675 | "type": "boolean"
|
3682 | 3676 | },
|
3683 |
| - "final": { |
3684 |
| - "type": "boolean" |
3685 |
| - }, |
3686 | 3677 | "text": {
|
3687 | 3678 | "type": "string"
|
3688 | 3679 | },
|
|
3695 | 3686 | "scriptBody": {
|
3696 | 3687 | "type": "boolean"
|
3697 | 3688 | },
|
3698 |
| - "annotationDefault": { |
3699 |
| - "type": "boolean", |
3700 |
| - "writeOnly": true |
3701 |
| - }, |
3702 | 3689 | "firstStatement": {
|
3703 | 3690 | "$ref": "#/components/schemas/Statement"
|
3704 | 3691 | },
|
3705 | 3692 | "staticConstructor": {
|
3706 | 3693 | "type": "boolean"
|
3707 | 3694 | },
|
| 3695 | + "annotationDefault": { |
| 3696 | + "type": "boolean", |
| 3697 | + "writeOnly": true |
| 3698 | + }, |
3708 | 3699 | "instance": {
|
3709 | 3700 | "$ref": "#/components/schemas/AnnotatedNode"
|
3710 | 3701 | },
|
|
3744 | 3735 | "configuration": {
|
3745 | 3736 | "$ref": "#/components/schemas/CompilerConfiguration"
|
3746 | 3737 | },
|
| 3738 | + "lastError": { |
| 3739 | + "$ref": "#/components/schemas/Message" |
| 3740 | + }, |
3747 | 3741 | "errorCount": {
|
3748 | 3742 | "type": "integer",
|
3749 | 3743 | "format": "int32"
|
3750 | 3744 | },
|
3751 |
| - "lastError": { |
3752 |
| - "$ref": "#/components/schemas/Message" |
3753 |
| - }, |
3754 | 3745 | "warningCount": {
|
3755 | 3746 | "type": "integer",
|
3756 | 3747 | "format": "int32"
|
|
5121 | 5112 | "enum": {
|
5122 | 5113 | "type": "boolean"
|
5123 | 5114 | },
|
| 5115 | + "final": { |
| 5116 | + "type": "boolean" |
| 5117 | + }, |
5124 | 5118 | "static": {
|
5125 | 5119 | "type": "boolean"
|
5126 | 5120 | },
|
|
5136 | 5130 | "private": {
|
5137 | 5131 | "type": "boolean"
|
5138 | 5132 | },
|
5139 |
| - "final": { |
5140 |
| - "type": "boolean" |
5141 |
| - }, |
5142 | 5133 | "initialExpression": {
|
5143 | 5134 | "$ref": "#/components/schemas/Expression"
|
5144 | 5135 | },
|
|
5904 | 5895 | "$ref": "#/components/schemas/ClassNode"
|
5905 | 5896 | }
|
5906 | 5897 | },
|
5907 |
| - "abstractMethods": { |
| 5898 | + "allDeclaredMethods": { |
5908 | 5899 | "type": "array",
|
5909 | 5900 | "items": {
|
5910 | 5901 | "$ref": "#/components/schemas/MethodNode"
|
5911 | 5902 | }
|
5912 | 5903 | },
|
5913 |
| - "allDeclaredMethods": { |
| 5904 | + "abstractMethods": { |
5914 | 5905 | "type": "array",
|
5915 | 5906 | "items": {
|
5916 | 5907 | "$ref": "#/components/schemas/MethodNode"
|
|
5919 | 5910 | "genericsPlaceHolder": {
|
5920 | 5911 | "type": "boolean"
|
5921 | 5912 | },
|
5922 |
| - "plainNodeReference": { |
5923 |
| - "$ref": "#/components/schemas/ClassNode" |
5924 |
| - }, |
5925 | 5913 | "primaryClassNode": {
|
5926 | 5914 | "type": "boolean"
|
5927 | 5915 | },
|
|
5946 | 5934 | "annotationDefinition": {
|
5947 | 5935 | "type": "boolean"
|
5948 | 5936 | },
|
| 5937 | + "plainNodeReference": { |
| 5938 | + "$ref": "#/components/schemas/ClassNode" |
| 5939 | + }, |
5949 | 5940 | "objectInitializerStatements": {
|
5950 | 5941 | "type": "array",
|
5951 | 5942 | "items": {
|
|
6205 | 6196 | "constructor": {
|
6206 | 6197 | "type": "boolean"
|
6207 | 6198 | },
|
| 6199 | + "final": { |
| 6200 | + "type": "boolean" |
| 6201 | + }, |
6208 | 6202 | "static": {
|
6209 | 6203 | "type": "boolean"
|
6210 | 6204 | },
|
|
6223 | 6217 | "private": {
|
6224 | 6218 | "type": "boolean"
|
6225 | 6219 | },
|
6226 |
| - "final": { |
6227 |
| - "type": "boolean" |
6228 |
| - }, |
6229 | 6220 | "text": {
|
6230 | 6221 | "type": "string"
|
6231 | 6222 | },
|
|
6238 | 6229 | "scriptBody": {
|
6239 | 6230 | "type": "boolean"
|
6240 | 6231 | },
|
6241 |
| - "annotationDefault": { |
6242 |
| - "type": "boolean", |
6243 |
| - "writeOnly": true |
6244 |
| - }, |
6245 | 6232 | "firstStatement": {
|
6246 | 6233 | "$ref": "#/components/schemas/Statement"
|
6247 | 6234 | },
|
6248 | 6235 | "staticConstructor": {
|
6249 | 6236 | "type": "boolean"
|
6250 | 6237 | },
|
| 6238 | + "annotationDefault": { |
| 6239 | + "type": "boolean", |
| 6240 | + "writeOnly": true |
| 6241 | + }, |
6251 | 6242 | "instance": {
|
6252 | 6243 | "$ref": "#/components/schemas/AnnotatedNode"
|
6253 | 6244 | },
|
|
6455 | 6446 | "$ref": "#/components/schemas/ClassNode"
|
6456 | 6447 | }
|
6457 | 6448 | },
|
6458 |
| - "abstractMethods": { |
| 6449 | + "allDeclaredMethods": { |
6459 | 6450 | "type": "array",
|
6460 | 6451 | "items": {
|
6461 | 6452 | "$ref": "#/components/schemas/MethodNode"
|
6462 | 6453 | }
|
6463 | 6454 | },
|
6464 |
| - "allDeclaredMethods": { |
| 6455 | + "abstractMethods": { |
6465 | 6456 | "type": "array",
|
6466 | 6457 | "items": {
|
6467 | 6458 | "$ref": "#/components/schemas/MethodNode"
|
|
6470 | 6461 | "genericsPlaceHolder": {
|
6471 | 6462 | "type": "boolean"
|
6472 | 6463 | },
|
6473 |
| - "plainNodeReference": { |
6474 |
| - "$ref": "#/components/schemas/ClassNode" |
6475 |
| - }, |
6476 | 6464 | "primaryClassNode": {
|
6477 | 6465 | "type": "boolean"
|
6478 | 6466 | },
|
|
6497 | 6485 | "annotationDefinition": {
|
6498 | 6486 | "type": "boolean"
|
6499 | 6487 | },
|
| 6488 | + "plainNodeReference": { |
| 6489 | + "$ref": "#/components/schemas/ClassNode" |
| 6490 | + }, |
6500 | 6491 | "objectInitializerStatements": {
|
6501 | 6492 | "type": "array",
|
6502 | 6493 | "items": {
|
|
7232 | 7223 | "root": {
|
7233 | 7224 | "type": "boolean"
|
7234 | 7225 | },
|
7235 |
| - "referencedClassVariablesIterator": { |
7236 |
| - "type": "object" |
7237 |
| - }, |
7238 |
| - "referencedLocalVariablesIterator": { |
| 7226 | + "declaredVariablesIterator": { |
7239 | 7227 | "type": "object"
|
7240 | 7228 | },
|
7241 | 7229 | "referencedLocalVariablesCount": {
|
7242 | 7230 | "type": "integer",
|
7243 | 7231 | "format": "int32"
|
7244 | 7232 | },
|
7245 |
| - "declaredVariablesIterator": { |
| 7233 | + "referencedLocalVariablesIterator": { |
| 7234 | + "type": "object" |
| 7235 | + }, |
| 7236 | + "referencedClassVariablesIterator": { |
7246 | 7237 | "type": "object"
|
7247 | 7238 | }
|
7248 | 7239 | }
|
|
0 commit comments