prettier-plugin-java 2.7.1 → 2.7.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +259 -239
- package/dist/options.d.ts +20 -0
- package/dist/options.js +20 -0
- package/dist/printers/arrays.d.ts +2 -2
- package/dist/printers/blocks-and-statements.d.ts +33 -33
- package/dist/printers/interfaces.d.ts +17 -17
- package/dist/printers/lexical-structure.d.ts +2 -2
- package/dist/printers/types-values-and-variables.d.ts +11 -11
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -23,483 +23,483 @@ declare const _default: {
|
|
|
23
23
|
};
|
|
24
24
|
printers: {
|
|
25
25
|
java: {
|
|
26
|
-
print(path: import("prettier").AstPath<import("
|
|
26
|
+
print(path: import("prettier").AstPath<import("java-parser").ArrayInitializerCstNode & {
|
|
27
27
|
comments?: import("./comments.js").JavaComment[];
|
|
28
|
-
}> | import("prettier").AstPath<import("
|
|
28
|
+
}> | import("prettier").AstPath<import("java-parser").VariableInitializerListCstNode & {
|
|
29
29
|
comments?: import("./comments.js").JavaComment[];
|
|
30
|
-
}> | import("prettier").AstPath<import("
|
|
30
|
+
}> | import("prettier").AstPath<import("java-parser").BlockCstNode & {
|
|
31
31
|
comments?: import("./comments.js").JavaComment[];
|
|
32
|
-
}> | import("prettier").AstPath<import("
|
|
32
|
+
}> | import("prettier").AstPath<import("java-parser").BlockStatementsCstNode & {
|
|
33
33
|
comments?: import("./comments.js").JavaComment[];
|
|
34
|
-
}> | import("prettier").AstPath<import("
|
|
34
|
+
}> | import("prettier").AstPath<import("java-parser").LocalVariableDeclarationStatementCstNode & {
|
|
35
35
|
comments?: import("./comments.js").JavaComment[];
|
|
36
|
-
}> | import("prettier").AstPath<import("
|
|
36
|
+
}> | import("prettier").AstPath<import("java-parser").LocalVariableDeclarationCstNode & {
|
|
37
37
|
comments?: import("./comments.js").JavaComment[];
|
|
38
|
-
}> | import("prettier").AstPath<import("
|
|
38
|
+
}> | import("prettier").AstPath<import("java-parser").LabeledStatementCstNode & {
|
|
39
39
|
comments?: import("./comments.js").JavaComment[];
|
|
40
|
-
}> | import("prettier").AstPath<import("
|
|
40
|
+
}> | import("prettier").AstPath<import("java-parser").ExpressionStatementCstNode & {
|
|
41
41
|
comments?: import("./comments.js").JavaComment[];
|
|
42
|
-
}> | import("prettier").AstPath<import("
|
|
42
|
+
}> | import("prettier").AstPath<import("java-parser").IfStatementCstNode & {
|
|
43
43
|
comments?: import("./comments.js").JavaComment[];
|
|
44
|
-
}> | import("prettier").AstPath<import("
|
|
44
|
+
}> | import("prettier").AstPath<import("java-parser").AssertStatementCstNode & {
|
|
45
45
|
comments?: import("./comments.js").JavaComment[];
|
|
46
|
-
}> | import("prettier").AstPath<import("
|
|
46
|
+
}> | import("prettier").AstPath<import("java-parser").SwitchStatementCstNode & {
|
|
47
47
|
comments?: import("./comments.js").JavaComment[];
|
|
48
|
-
}> | import("prettier").AstPath<import("
|
|
48
|
+
}> | import("prettier").AstPath<import("java-parser").SwitchBlockCstNode & {
|
|
49
49
|
comments?: import("./comments.js").JavaComment[];
|
|
50
|
-
}> | import("prettier").AstPath<import("
|
|
50
|
+
}> | import("prettier").AstPath<import("java-parser").SwitchBlockStatementGroupCstNode & {
|
|
51
51
|
comments?: import("./comments.js").JavaComment[];
|
|
52
|
-
}> | import("prettier").AstPath<import("
|
|
52
|
+
}> | import("prettier").AstPath<import("java-parser").SwitchLabelCstNode & {
|
|
53
53
|
comments?: import("./comments.js").JavaComment[];
|
|
54
|
-
}> | import("prettier").AstPath<import("
|
|
54
|
+
}> | import("prettier").AstPath<import("java-parser").SwitchRuleCstNode & {
|
|
55
55
|
comments?: import("./comments.js").JavaComment[];
|
|
56
|
-
}> | import("prettier").AstPath<import("
|
|
56
|
+
}> | import("prettier").AstPath<import("java-parser").WhileStatementCstNode & {
|
|
57
57
|
comments?: import("./comments.js").JavaComment[];
|
|
58
|
-
}> | import("prettier").AstPath<import("
|
|
58
|
+
}> | import("prettier").AstPath<import("java-parser").DoStatementCstNode & {
|
|
59
59
|
comments?: import("./comments.js").JavaComment[];
|
|
60
|
-
}> | import("prettier").AstPath<import("
|
|
60
|
+
}> | import("prettier").AstPath<import("java-parser").BasicForStatementCstNode & {
|
|
61
61
|
comments?: import("./comments.js").JavaComment[];
|
|
62
|
-
}> | import("prettier").AstPath<import("
|
|
62
|
+
}> | import("prettier").AstPath<import("java-parser").StatementExpressionListCstNode & {
|
|
63
63
|
comments?: import("./comments.js").JavaComment[];
|
|
64
|
-
}> | import("prettier").AstPath<import("
|
|
64
|
+
}> | import("prettier").AstPath<import("java-parser").EnhancedForStatementCstNode & {
|
|
65
65
|
comments?: import("./comments.js").JavaComment[];
|
|
66
|
-
}> | import("prettier").AstPath<import("
|
|
66
|
+
}> | import("prettier").AstPath<import("java-parser").BreakStatementCstNode & {
|
|
67
67
|
comments?: import("./comments.js").JavaComment[];
|
|
68
|
-
}> | import("prettier").AstPath<import("
|
|
68
|
+
}> | import("prettier").AstPath<import("java-parser").ContinueStatementCstNode & {
|
|
69
69
|
comments?: import("./comments.js").JavaComment[];
|
|
70
|
-
}> | import("prettier").AstPath<import("
|
|
70
|
+
}> | import("prettier").AstPath<import("java-parser").ReturnStatementCstNode & {
|
|
71
71
|
comments?: import("./comments.js").JavaComment[];
|
|
72
|
-
}> | import("prettier").AstPath<import("
|
|
72
|
+
}> | import("prettier").AstPath<import("java-parser").ThrowStatementCstNode & {
|
|
73
73
|
comments?: import("./comments.js").JavaComment[];
|
|
74
|
-
}> | import("prettier").AstPath<import("
|
|
74
|
+
}> | import("prettier").AstPath<import("java-parser").SynchronizedStatementCstNode & {
|
|
75
75
|
comments?: import("./comments.js").JavaComment[];
|
|
76
|
-
}> | import("prettier").AstPath<import("
|
|
76
|
+
}> | import("prettier").AstPath<import("java-parser").TryStatementCstNode & {
|
|
77
77
|
comments?: import("./comments.js").JavaComment[];
|
|
78
|
-
}> | import("prettier").AstPath<import("
|
|
78
|
+
}> | import("prettier").AstPath<import("java-parser").CatchesCstNode & {
|
|
79
79
|
comments?: import("./comments.js").JavaComment[];
|
|
80
|
-
}> | import("prettier").AstPath<import("
|
|
80
|
+
}> | import("prettier").AstPath<import("java-parser").CatchClauseCstNode & {
|
|
81
81
|
comments?: import("./comments.js").JavaComment[];
|
|
82
|
-
}> | import("prettier").AstPath<import("
|
|
82
|
+
}> | import("prettier").AstPath<import("java-parser").CatchFormalParameterCstNode & {
|
|
83
83
|
comments?: import("./comments.js").JavaComment[];
|
|
84
|
-
}> | import("prettier").AstPath<import("
|
|
84
|
+
}> | import("prettier").AstPath<import("java-parser").CatchTypeCstNode & {
|
|
85
85
|
comments?: import("./comments.js").JavaComment[];
|
|
86
|
-
}> | import("prettier").AstPath<import("
|
|
86
|
+
}> | import("prettier").AstPath<import("java-parser").FinallyCstNode & {
|
|
87
87
|
comments?: import("./comments.js").JavaComment[];
|
|
88
|
-
}> | import("prettier").AstPath<import("
|
|
88
|
+
}> | import("prettier").AstPath<import("java-parser").TryWithResourcesStatementCstNode & {
|
|
89
89
|
comments?: import("./comments.js").JavaComment[];
|
|
90
|
-
}> | import("prettier").AstPath<import("
|
|
90
|
+
}> | import("prettier").AstPath<import("java-parser").ResourceSpecificationCstNode & {
|
|
91
91
|
comments?: import("./comments.js").JavaComment[];
|
|
92
|
-
}> | import("prettier").AstPath<import("
|
|
92
|
+
}> | import("prettier").AstPath<import("java-parser").ResourceListCstNode & {
|
|
93
93
|
comments?: import("./comments.js").JavaComment[];
|
|
94
|
-
}> | import("prettier").AstPath<import("
|
|
94
|
+
}> | import("prettier").AstPath<import("java-parser").YieldStatementCstNode & {
|
|
95
95
|
comments?: import("./comments.js").JavaComment[];
|
|
96
|
-
}> | import("prettier").AstPath<import("
|
|
96
|
+
}> | import("prettier").AstPath<import("java-parser").ForInitCstNode & {
|
|
97
97
|
comments?: import("./comments.js").JavaComment[];
|
|
98
|
-
}> | import("prettier").AstPath<import("
|
|
98
|
+
}> | import("prettier").AstPath<import("java-parser").ForUpdateCstNode & {
|
|
99
99
|
comments?: import("./comments.js").JavaComment[];
|
|
100
|
-
}> | import("prettier").AstPath<import("
|
|
100
|
+
}> | import("prettier").AstPath<import("java-parser").StatementCstNode & {
|
|
101
101
|
comments?: import("./comments.js").JavaComment[];
|
|
102
|
-
}> | import("prettier").AstPath<import("
|
|
102
|
+
}> | import("prettier").AstPath<import("java-parser").StatementWithoutTrailingSubstatementCstNode & {
|
|
103
103
|
comments?: import("./comments.js").JavaComment[];
|
|
104
|
-
}> | import("prettier").AstPath<import("
|
|
104
|
+
}> | import("prettier").AstPath<import("java-parser").ForStatementCstNode & {
|
|
105
105
|
comments?: import("./comments.js").JavaComment[];
|
|
106
|
-
}> | import("prettier").AstPath<import("
|
|
106
|
+
}> | import("prettier").AstPath<import("java-parser").BlockStatementCstNode & {
|
|
107
107
|
comments?: import("./comments.js").JavaComment[];
|
|
108
|
-
}> | import("prettier").AstPath<import("
|
|
108
|
+
}> | import("prettier").AstPath<import("java-parser").CaseConstantCstNode & {
|
|
109
109
|
comments?: import("./comments.js").JavaComment[];
|
|
110
|
-
}> | import("prettier").AstPath<import("
|
|
110
|
+
}> | import("prettier").AstPath<import("java-parser").CasePatternCstNode & {
|
|
111
111
|
comments?: import("./comments.js").JavaComment[];
|
|
112
|
-
}> | import("prettier").AstPath<import("
|
|
112
|
+
}> | import("prettier").AstPath<import("java-parser").EmptyStatementCstNode & {
|
|
113
113
|
comments?: import("./comments.js").JavaComment[];
|
|
114
|
-
}> | import("prettier").AstPath<import("
|
|
114
|
+
}> | import("prettier").AstPath<import("java-parser").StatementExpressionCstNode & {
|
|
115
115
|
comments?: import("./comments.js").JavaComment[];
|
|
116
|
-
}> | import("prettier").AstPath<import("
|
|
116
|
+
}> | import("prettier").AstPath<import("java-parser").LocalVariableTypeCstNode & {
|
|
117
117
|
comments?: import("./comments.js").JavaComment[];
|
|
118
|
-
}> | import("prettier").AstPath<import("
|
|
118
|
+
}> | import("prettier").AstPath<import("java-parser").ResourceCstNode & {
|
|
119
119
|
comments?: import("./comments.js").JavaComment[];
|
|
120
|
-
}> | import("prettier").AstPath<import("
|
|
120
|
+
}> | import("prettier").AstPath<import("java-parser").VariableAccessCstNode & {
|
|
121
121
|
comments?: import("./comments.js").JavaComment[];
|
|
122
|
-
}> | import("prettier").AstPath<import("
|
|
122
|
+
}> | import("prettier").AstPath<import("java-parser").ClassDeclarationCstNode & {
|
|
123
123
|
comments?: import("./comments.js").JavaComment[];
|
|
124
|
-
}> | import("prettier").AstPath<import("
|
|
124
|
+
}> | import("prettier").AstPath<import("java-parser").NormalClassDeclarationCstNode & {
|
|
125
125
|
comments?: import("./comments.js").JavaComment[];
|
|
126
|
-
}> | import("prettier").AstPath<import("
|
|
126
|
+
}> | import("prettier").AstPath<import("java-parser").TypeParametersCstNode & {
|
|
127
127
|
comments?: import("./comments.js").JavaComment[];
|
|
128
|
-
}> | import("prettier").AstPath<import("
|
|
128
|
+
}> | import("prettier").AstPath<import("java-parser").TypeParameterListCstNode & {
|
|
129
129
|
comments?: import("./comments.js").JavaComment[];
|
|
130
|
-
}> | import("prettier").AstPath<import("
|
|
130
|
+
}> | import("prettier").AstPath<import("java-parser").ClassExtendsCstNode & {
|
|
131
131
|
comments?: import("./comments.js").JavaComment[];
|
|
132
|
-
}> | import("prettier").AstPath<import("
|
|
132
|
+
}> | import("prettier").AstPath<import("java-parser").ClassImplementsCstNode & {
|
|
133
133
|
comments?: import("./comments.js").JavaComment[];
|
|
134
|
-
}> | import("prettier").AstPath<import("
|
|
134
|
+
}> | import("prettier").AstPath<import("java-parser").InterfaceTypeListCstNode & {
|
|
135
135
|
comments?: import("./comments.js").JavaComment[];
|
|
136
|
-
}> | import("prettier").AstPath<import("
|
|
136
|
+
}> | import("prettier").AstPath<import("java-parser").ClassBodyCstNode & {
|
|
137
137
|
comments?: import("./comments.js").JavaComment[];
|
|
138
|
-
}> | import("prettier").AstPath<import("
|
|
138
|
+
}> | import("prettier").AstPath<import("java-parser").ClassMemberDeclarationCstNode & {
|
|
139
139
|
comments?: import("./comments.js").JavaComment[];
|
|
140
|
-
}> | import("prettier").AstPath<import("
|
|
140
|
+
}> | import("prettier").AstPath<import("java-parser").FieldDeclarationCstNode & {
|
|
141
141
|
comments?: import("./comments.js").JavaComment[];
|
|
142
|
-
}> | import("prettier").AstPath<import("
|
|
142
|
+
}> | import("prettier").AstPath<import("java-parser").VariableDeclaratorListCstNode & {
|
|
143
143
|
comments?: import("./comments.js").JavaComment[];
|
|
144
|
-
}> | import("prettier").AstPath<import("
|
|
144
|
+
}> | import("prettier").AstPath<import("java-parser").VariableDeclaratorCstNode & {
|
|
145
145
|
comments?: import("./comments.js").JavaComment[];
|
|
146
|
-
}> | import("prettier").AstPath<import("
|
|
146
|
+
}> | import("prettier").AstPath<import("java-parser").VariableDeclaratorIdCstNode & {
|
|
147
147
|
comments?: import("./comments.js").JavaComment[];
|
|
148
|
-
}> | import("prettier").AstPath<import("
|
|
148
|
+
}> | import("prettier").AstPath<import("java-parser").UnannPrimitiveTypeWithOptionalDimsSuffixCstNode & {
|
|
149
149
|
comments?: import("./comments.js").JavaComment[];
|
|
150
|
-
}> | import("prettier").AstPath<import("
|
|
150
|
+
}> | import("prettier").AstPath<import("java-parser").UnannReferenceTypeCstNode & {
|
|
151
151
|
comments?: import("./comments.js").JavaComment[];
|
|
152
|
-
}> | import("prettier").AstPath<import("
|
|
152
|
+
}> | import("prettier").AstPath<import("java-parser").MethodDeclarationCstNode & {
|
|
153
153
|
comments?: import("./comments.js").JavaComment[];
|
|
154
|
-
}> | import("prettier").AstPath<import("
|
|
154
|
+
}> | import("prettier").AstPath<import("java-parser").MethodHeaderCstNode & {
|
|
155
155
|
comments?: import("./comments.js").JavaComment[];
|
|
156
|
-
}> | import("prettier").AstPath<import("
|
|
156
|
+
}> | import("prettier").AstPath<import("java-parser").MethodDeclaratorCstNode & {
|
|
157
157
|
comments?: import("./comments.js").JavaComment[];
|
|
158
|
-
}> | import("prettier").AstPath<import("
|
|
158
|
+
}> | import("prettier").AstPath<import("java-parser").ReceiverParameterCstNode & {
|
|
159
159
|
comments?: import("./comments.js").JavaComment[];
|
|
160
|
-
}> | import("prettier").AstPath<import("
|
|
160
|
+
}> | import("prettier").AstPath<import("java-parser").FormalParameterListCstNode & {
|
|
161
161
|
comments?: import("./comments.js").JavaComment[];
|
|
162
|
-
}> | import("prettier").AstPath<import("
|
|
162
|
+
}> | import("prettier").AstPath<import("java-parser").VariableParaRegularParameterCstNode & {
|
|
163
163
|
comments?: import("./comments.js").JavaComment[];
|
|
164
|
-
}> | import("prettier").AstPath<import("
|
|
164
|
+
}> | import("prettier").AstPath<import("java-parser").VariableArityParameterCstNode & {
|
|
165
165
|
comments?: import("./comments.js").JavaComment[];
|
|
166
|
-
}> | import("prettier").AstPath<import("
|
|
166
|
+
}> | import("prettier").AstPath<import("java-parser").ThrowsCstNode & {
|
|
167
167
|
comments?: import("./comments.js").JavaComment[];
|
|
168
|
-
}> | import("prettier").AstPath<import("
|
|
168
|
+
}> | import("prettier").AstPath<import("java-parser").ExceptionTypeListCstNode & {
|
|
169
169
|
comments?: import("./comments.js").JavaComment[];
|
|
170
|
-
}> | import("prettier").AstPath<import("
|
|
170
|
+
}> | import("prettier").AstPath<import("java-parser").StaticInitializerCstNode & {
|
|
171
171
|
comments?: import("./comments.js").JavaComment[];
|
|
172
|
-
}> | import("prettier").AstPath<import("
|
|
172
|
+
}> | import("prettier").AstPath<import("java-parser").ConstructorDeclarationCstNode & {
|
|
173
173
|
comments?: import("./comments.js").JavaComment[];
|
|
174
|
-
}> | import("prettier").AstPath<import("
|
|
174
|
+
}> | import("prettier").AstPath<import("java-parser").ConstructorDeclaratorCstNode & {
|
|
175
175
|
comments?: import("./comments.js").JavaComment[];
|
|
176
|
-
}> | import("prettier").AstPath<import("
|
|
176
|
+
}> | import("prettier").AstPath<import("java-parser").ConstructorBodyCstNode & {
|
|
177
177
|
comments?: import("./comments.js").JavaComment[];
|
|
178
|
-
}> | import("prettier").AstPath<import("
|
|
178
|
+
}> | import("prettier").AstPath<import("java-parser").UnqualifiedExplicitConstructorInvocationCstNode & {
|
|
179
179
|
comments?: import("./comments.js").JavaComment[];
|
|
180
|
-
}> | import("prettier").AstPath<import("
|
|
180
|
+
}> | import("prettier").AstPath<import("java-parser").QualifiedExplicitConstructorInvocationCstNode & {
|
|
181
181
|
comments?: import("./comments.js").JavaComment[];
|
|
182
|
-
}> | import("prettier").AstPath<import("
|
|
182
|
+
}> | import("prettier").AstPath<import("java-parser").EnumDeclarationCstNode & {
|
|
183
183
|
comments?: import("./comments.js").JavaComment[];
|
|
184
|
-
}> | import("prettier").AstPath<import("
|
|
184
|
+
}> | import("prettier").AstPath<import("java-parser").EnumBodyCstNode & {
|
|
185
185
|
comments?: import("./comments.js").JavaComment[];
|
|
186
|
-
}> | import("prettier").AstPath<import("
|
|
186
|
+
}> | import("prettier").AstPath<import("java-parser").EnumConstantListCstNode & {
|
|
187
187
|
comments?: import("./comments.js").JavaComment[];
|
|
188
|
-
}> | import("prettier").AstPath<import("
|
|
188
|
+
}> | import("prettier").AstPath<import("java-parser").EnumConstantCstNode & {
|
|
189
189
|
comments?: import("./comments.js").JavaComment[];
|
|
190
|
-
}> | import("prettier").AstPath<import("
|
|
190
|
+
}> | import("prettier").AstPath<import("java-parser").EnumBodyDeclarationsCstNode & {
|
|
191
191
|
comments?: import("./comments.js").JavaComment[];
|
|
192
|
-
}> | import("prettier").AstPath<import("
|
|
192
|
+
}> | import("prettier").AstPath<import("java-parser").RecordDeclarationCstNode & {
|
|
193
193
|
comments?: import("./comments.js").JavaComment[];
|
|
194
|
-
}> | import("prettier").AstPath<import("
|
|
194
|
+
}> | import("prettier").AstPath<import("java-parser").RecordHeaderCstNode & {
|
|
195
195
|
comments?: import("./comments.js").JavaComment[];
|
|
196
|
-
}> | import("prettier").AstPath<import("
|
|
196
|
+
}> | import("prettier").AstPath<import("java-parser").RecordComponentListCstNode & {
|
|
197
197
|
comments?: import("./comments.js").JavaComment[];
|
|
198
|
-
}> | import("prettier").AstPath<import("
|
|
198
|
+
}> | import("prettier").AstPath<import("java-parser").RecordComponentCstNode & {
|
|
199
199
|
comments?: import("./comments.js").JavaComment[];
|
|
200
|
-
}> | import("prettier").AstPath<import("
|
|
200
|
+
}> | import("prettier").AstPath<import("java-parser").VariableArityRecordComponentCstNode & {
|
|
201
201
|
comments?: import("./comments.js").JavaComment[];
|
|
202
|
-
}> | import("prettier").AstPath<import("
|
|
202
|
+
}> | import("prettier").AstPath<import("java-parser").RecordBodyCstNode & {
|
|
203
203
|
comments?: import("./comments.js").JavaComment[];
|
|
204
|
-
}> | import("prettier").AstPath<import("
|
|
204
|
+
}> | import("prettier").AstPath<import("java-parser").CompactConstructorDeclarationCstNode & {
|
|
205
205
|
comments?: import("./comments.js").JavaComment[];
|
|
206
|
-
}> | import("prettier").AstPath<import("
|
|
206
|
+
}> | import("prettier").AstPath<import("java-parser").UnannTypeCstNode & {
|
|
207
207
|
comments?: import("./comments.js").JavaComment[];
|
|
208
|
-
}> | import("prettier").AstPath<import("
|
|
208
|
+
}> | import("prettier").AstPath<import("java-parser").VariableInitializerCstNode & {
|
|
209
209
|
comments?: import("./comments.js").JavaComment[];
|
|
210
|
-
}> | import("prettier").AstPath<import("
|
|
210
|
+
}> | import("prettier").AstPath<import("java-parser").VariableModifierCstNode & {
|
|
211
211
|
comments?: import("./comments.js").JavaComment[];
|
|
212
|
-
}> | import("prettier").AstPath<import("
|
|
212
|
+
}> | import("prettier").AstPath<import("java-parser").UnannClassTypeCstNode & {
|
|
213
213
|
comments?: import("./comments.js").JavaComment[];
|
|
214
|
-
}> | import("prettier").AstPath<import("
|
|
214
|
+
}> | import("prettier").AstPath<import("java-parser").ClassBodyDeclarationCstNode & {
|
|
215
215
|
comments?: import("./comments.js").JavaComment[];
|
|
216
|
-
}> | import("prettier").AstPath<import("
|
|
216
|
+
}> | import("prettier").AstPath<import("java-parser").InstanceInitializerCstNode & {
|
|
217
217
|
comments?: import("./comments.js").JavaComment[];
|
|
218
|
-
}> | import("prettier").AstPath<import("
|
|
218
|
+
}> | import("prettier").AstPath<import("java-parser").ClassModifierCstNode & {
|
|
219
219
|
comments?: import("./comments.js").JavaComment[];
|
|
220
|
-
}> | import("prettier").AstPath<import("
|
|
220
|
+
}> | import("prettier").AstPath<import("java-parser").ClassPermitsCstNode & {
|
|
221
221
|
comments?: import("./comments.js").JavaComment[];
|
|
222
|
-
}> | import("prettier").AstPath<import("
|
|
222
|
+
}> | import("prettier").AstPath<import("java-parser").FieldModifierCstNode & {
|
|
223
223
|
comments?: import("./comments.js").JavaComment[];
|
|
224
|
-
}> | import("prettier").AstPath<import("
|
|
224
|
+
}> | import("prettier").AstPath<import("java-parser").MethodModifierCstNode & {
|
|
225
225
|
comments?: import("./comments.js").JavaComment[];
|
|
226
|
-
}> | import("prettier").AstPath<import("
|
|
226
|
+
}> | import("prettier").AstPath<import("java-parser").MethodBodyCstNode & {
|
|
227
227
|
comments?: import("./comments.js").JavaComment[];
|
|
228
|
-
}> | import("prettier").AstPath<import("
|
|
228
|
+
}> | import("prettier").AstPath<import("java-parser").ConstructorModifierCstNode & {
|
|
229
229
|
comments?: import("./comments.js").JavaComment[];
|
|
230
|
-
}> | import("prettier").AstPath<import("
|
|
230
|
+
}> | import("prettier").AstPath<import("java-parser").SimpleTypeNameCstNode & {
|
|
231
231
|
comments?: import("./comments.js").JavaComment[];
|
|
232
|
-
}> | import("prettier").AstPath<import("
|
|
232
|
+
}> | import("prettier").AstPath<import("java-parser").ExplicitConstructorInvocationCstNode & {
|
|
233
233
|
comments?: import("./comments.js").JavaComment[];
|
|
234
|
-
}> | import("prettier").AstPath<import("
|
|
234
|
+
}> | import("prettier").AstPath<import("java-parser").EnumConstantModifierCstNode & {
|
|
235
235
|
comments?: import("./comments.js").JavaComment[];
|
|
236
|
-
}> | import("prettier").AstPath<import("
|
|
236
|
+
}> | import("prettier").AstPath<import("java-parser").ExceptionTypeCstNode & {
|
|
237
237
|
comments?: import("./comments.js").JavaComment[];
|
|
238
|
-
}> | import("prettier").AstPath<import("
|
|
238
|
+
}> | import("prettier").AstPath<import("java-parser").FormalParameterCstNode & {
|
|
239
239
|
comments?: import("./comments.js").JavaComment[];
|
|
240
|
-
}> | import("prettier").AstPath<import("
|
|
240
|
+
}> | import("prettier").AstPath<import("java-parser").ResultCstNode & {
|
|
241
241
|
comments?: import("./comments.js").JavaComment[];
|
|
242
|
-
}> | import("prettier").AstPath<import("
|
|
242
|
+
}> | import("prettier").AstPath<import("java-parser").RecordBodyDeclarationCstNode & {
|
|
243
243
|
comments?: import("./comments.js").JavaComment[];
|
|
244
|
-
}> | import("prettier").AstPath<import("
|
|
244
|
+
}> | import("prettier").AstPath<import("java-parser").RecordComponentModifierCstNode & {
|
|
245
245
|
comments?: import("./comments.js").JavaComment[];
|
|
246
|
-
}> | import("prettier").AstPath<import("
|
|
246
|
+
}> | import("prettier").AstPath<import("java-parser").UnannClassOrInterfaceTypeCstNode & {
|
|
247
247
|
comments?: import("./comments.js").JavaComment[];
|
|
248
|
-
}> | import("prettier").AstPath<import("
|
|
248
|
+
}> | import("prettier").AstPath<import("java-parser").UnannInterfaceTypeCstNode & {
|
|
249
249
|
comments?: import("./comments.js").JavaComment[];
|
|
250
|
-
}> | import("prettier").AstPath<import("
|
|
250
|
+
}> | import("prettier").AstPath<import("java-parser").UnannPrimitiveTypeCstNode & {
|
|
251
251
|
comments?: import("./comments.js").JavaComment[];
|
|
252
|
-
}> | import("prettier").AstPath<import("
|
|
252
|
+
}> | import("prettier").AstPath<import("java-parser").UnannTypeVariableCstNode & {
|
|
253
253
|
comments?: import("./comments.js").JavaComment[];
|
|
254
|
-
}> | import("prettier").AstPath<import("
|
|
254
|
+
}> | import("prettier").AstPath<import("java-parser").LambdaExpressionCstNode & {
|
|
255
255
|
comments?: import("./comments.js").JavaComment[];
|
|
256
|
-
}> | import("prettier").AstPath<import("
|
|
256
|
+
}> | import("prettier").AstPath<import("java-parser").LambdaParametersCstNode & {
|
|
257
257
|
comments?: import("./comments.js").JavaComment[];
|
|
258
|
-
}> | import("prettier").AstPath<import("
|
|
258
|
+
}> | import("prettier").AstPath<import("java-parser").LambdaParametersWithBracesCstNode & {
|
|
259
259
|
comments?: import("./comments.js").JavaComment[];
|
|
260
|
-
}> | import("prettier").AstPath<import("
|
|
260
|
+
}> | import("prettier").AstPath<import("java-parser").ConciseLambdaParameterListCstNode & {
|
|
261
261
|
comments?: import("./comments.js").JavaComment[];
|
|
262
|
-
}> | import("prettier").AstPath<import("
|
|
262
|
+
}> | import("prettier").AstPath<import("java-parser").NormalLambdaParameterListCstNode & {
|
|
263
263
|
comments?: import("./comments.js").JavaComment[];
|
|
264
|
-
}> | import("prettier").AstPath<import("
|
|
264
|
+
}> | import("prettier").AstPath<import("java-parser").RegularLambdaParameterCstNode & {
|
|
265
265
|
comments?: import("./comments.js").JavaComment[];
|
|
266
|
-
}> | import("prettier").AstPath<import("
|
|
266
|
+
}> | import("prettier").AstPath<import("java-parser").ConditionalExpressionCstNode & {
|
|
267
267
|
comments?: import("./comments.js").JavaComment[];
|
|
268
|
-
}> | import("prettier").AstPath<import("
|
|
268
|
+
}> | import("prettier").AstPath<import("java-parser").BinaryExpressionCstNode & {
|
|
269
269
|
comments?: import("./comments.js").JavaComment[];
|
|
270
|
-
}> | import("prettier").AstPath<import("
|
|
270
|
+
}> | import("prettier").AstPath<import("java-parser").UnaryExpressionCstNode & {
|
|
271
271
|
comments?: import("./comments.js").JavaComment[];
|
|
272
|
-
}> | import("prettier").AstPath<import("
|
|
272
|
+
}> | import("prettier").AstPath<import("java-parser").UnaryExpressionNotPlusMinusCstNode & {
|
|
273
273
|
comments?: import("./comments.js").JavaComment[];
|
|
274
|
-
}> | import("prettier").AstPath<import("
|
|
274
|
+
}> | import("prettier").AstPath<import("java-parser").PrimaryCstNode & {
|
|
275
275
|
comments?: import("./comments.js").JavaComment[];
|
|
276
|
-
}> | import("prettier").AstPath<import("
|
|
276
|
+
}> | import("prettier").AstPath<import("java-parser").PrimarySuffixCstNode & {
|
|
277
277
|
comments?: import("./comments.js").JavaComment[];
|
|
278
|
-
}> | import("prettier").AstPath<import("
|
|
278
|
+
}> | import("prettier").AstPath<import("java-parser").FqnOrRefTypeCstNode & {
|
|
279
279
|
comments?: import("./comments.js").JavaComment[];
|
|
280
|
-
}> | import("prettier").AstPath<import("
|
|
280
|
+
}> | import("prettier").AstPath<import("java-parser").FqnOrRefTypePartFirstCstNode & {
|
|
281
281
|
comments?: import("./comments.js").JavaComment[];
|
|
282
|
-
}> | import("prettier").AstPath<import("
|
|
282
|
+
}> | import("prettier").AstPath<import("java-parser").FqnOrRefTypePartRestCstNode & {
|
|
283
283
|
comments?: import("./comments.js").JavaComment[];
|
|
284
|
-
}> | import("prettier").AstPath<import("
|
|
284
|
+
}> | import("prettier").AstPath<import("java-parser").FqnOrRefTypePartCommonCstNode & {
|
|
285
285
|
comments?: import("./comments.js").JavaComment[];
|
|
286
|
-
}> | import("prettier").AstPath<import("
|
|
286
|
+
}> | import("prettier").AstPath<import("java-parser").ParenthesisExpressionCstNode & {
|
|
287
287
|
comments?: import("./comments.js").JavaComment[];
|
|
288
|
-
}> | import("prettier").AstPath<import("
|
|
288
|
+
}> | import("prettier").AstPath<import("java-parser").PrimitiveCastExpressionCstNode & {
|
|
289
289
|
comments?: import("./comments.js").JavaComment[];
|
|
290
|
-
}> | import("prettier").AstPath<import("
|
|
290
|
+
}> | import("prettier").AstPath<import("java-parser").ReferenceTypeCastExpressionCstNode & {
|
|
291
291
|
comments?: import("./comments.js").JavaComment[];
|
|
292
|
-
}> | import("prettier").AstPath<import("
|
|
292
|
+
}> | import("prettier").AstPath<import("java-parser").UnqualifiedClassInstanceCreationExpressionCstNode & {
|
|
293
293
|
comments?: import("./comments.js").JavaComment[];
|
|
294
|
-
}> | import("prettier").AstPath<import("
|
|
294
|
+
}> | import("prettier").AstPath<import("java-parser").ClassOrInterfaceTypeToInstantiateCstNode & {
|
|
295
295
|
comments?: import("./comments.js").JavaComment[];
|
|
296
|
-
}> | import("prettier").AstPath<import("
|
|
296
|
+
}> | import("prettier").AstPath<import("java-parser").MethodInvocationSuffixCstNode & {
|
|
297
297
|
comments?: import("./comments.js").JavaComment[];
|
|
298
|
-
}> | import("prettier").AstPath<import("
|
|
298
|
+
}> | import("prettier").AstPath<import("java-parser").ArgumentListCstNode & {
|
|
299
299
|
comments?: import("./comments.js").JavaComment[];
|
|
300
|
-
}> | import("prettier").AstPath<import("
|
|
300
|
+
}> | import("prettier").AstPath<import("java-parser").ArrayCreationExpressionCstNode & {
|
|
301
301
|
comments?: import("./comments.js").JavaComment[];
|
|
302
|
-
}> | import("prettier").AstPath<import("
|
|
302
|
+
}> | import("prettier").AstPath<import("java-parser").ArrayCreationExpressionWithoutInitializerSuffixCstNode & {
|
|
303
303
|
comments?: import("./comments.js").JavaComment[];
|
|
304
|
-
}> | import("prettier").AstPath<import("
|
|
304
|
+
}> | import("prettier").AstPath<import("java-parser").ArrayCreationWithInitializerSuffixCstNode & {
|
|
305
305
|
comments?: import("./comments.js").JavaComment[];
|
|
306
|
-
}> | import("prettier").AstPath<import("
|
|
306
|
+
}> | import("prettier").AstPath<import("java-parser").DimExprsCstNode & {
|
|
307
307
|
comments?: import("./comments.js").JavaComment[];
|
|
308
|
-
}> | import("prettier").AstPath<import("
|
|
308
|
+
}> | import("prettier").AstPath<import("java-parser").DimExprCstNode & {
|
|
309
309
|
comments?: import("./comments.js").JavaComment[];
|
|
310
|
-
}> | import("prettier").AstPath<import("
|
|
310
|
+
}> | import("prettier").AstPath<import("java-parser").ClassLiteralSuffixCstNode & {
|
|
311
311
|
comments?: import("./comments.js").JavaComment[];
|
|
312
|
-
}> | import("prettier").AstPath<import("
|
|
312
|
+
}> | import("prettier").AstPath<import("java-parser").ArrayAccessSuffixCstNode & {
|
|
313
313
|
comments?: import("./comments.js").JavaComment[];
|
|
314
|
-
}> | import("prettier").AstPath<import("
|
|
314
|
+
}> | import("prettier").AstPath<import("java-parser").MethodReferenceSuffixCstNode & {
|
|
315
315
|
comments?: import("./comments.js").JavaComment[];
|
|
316
|
-
}> | import("prettier").AstPath<import("
|
|
316
|
+
}> | import("prettier").AstPath<import("java-parser").StringTemplateCstNode & {
|
|
317
317
|
comments?: import("./comments.js").JavaComment[];
|
|
318
|
-
}> | import("prettier").AstPath<import("
|
|
318
|
+
}> | import("prettier").AstPath<import("java-parser").TextBlockTemplateCstNode & {
|
|
319
319
|
comments?: import("./comments.js").JavaComment[];
|
|
320
|
-
}> | import("prettier").AstPath<import("
|
|
320
|
+
}> | import("prettier").AstPath<import("java-parser").RecordPatternCstNode & {
|
|
321
321
|
comments?: import("./comments.js").JavaComment[];
|
|
322
|
-
}> | import("prettier").AstPath<import("
|
|
322
|
+
}> | import("prettier").AstPath<import("java-parser").ComponentPatternListCstNode & {
|
|
323
323
|
comments?: import("./comments.js").JavaComment[];
|
|
324
|
-
}> | import("prettier").AstPath<import("
|
|
324
|
+
}> | import("prettier").AstPath<import("java-parser").GuardCstNode & {
|
|
325
325
|
comments?: import("./comments.js").JavaComment[];
|
|
326
|
-
}> | import("prettier").AstPath<import("
|
|
326
|
+
}> | import("prettier").AstPath<import("java-parser").TemplateCstNode & {
|
|
327
327
|
comments?: import("./comments.js").JavaComment[];
|
|
328
|
-
}> | import("prettier").AstPath<import("
|
|
328
|
+
}> | import("prettier").AstPath<import("java-parser").PatternCstNode & {
|
|
329
329
|
comments?: import("./comments.js").JavaComment[];
|
|
330
|
-
}> | import("prettier").AstPath<import("
|
|
330
|
+
}> | import("prettier").AstPath<import("java-parser").ExpressionCstNode & {
|
|
331
331
|
comments?: import("./comments.js").JavaComment[];
|
|
332
|
-
}> | import("prettier").AstPath<import("
|
|
332
|
+
}> | import("prettier").AstPath<import("java-parser").TypePatternCstNode & {
|
|
333
333
|
comments?: import("./comments.js").JavaComment[];
|
|
334
|
-
}> | import("prettier").AstPath<import("
|
|
334
|
+
}> | import("prettier").AstPath<import("java-parser").CastExpressionCstNode & {
|
|
335
335
|
comments?: import("./comments.js").JavaComment[];
|
|
336
|
-
}> | import("prettier").AstPath<import("
|
|
336
|
+
}> | import("prettier").AstPath<import("java-parser").TypeArgumentsOrDiamondCstNode & {
|
|
337
337
|
comments?: import("./comments.js").JavaComment[];
|
|
338
|
-
}> | import("prettier").AstPath<import("
|
|
338
|
+
}> | import("prettier").AstPath<import("java-parser").DiamondCstNode & {
|
|
339
339
|
comments?: import("./comments.js").JavaComment[];
|
|
340
|
-
}> | import("prettier").AstPath<import("
|
|
340
|
+
}> | import("prettier").AstPath<import("java-parser").ComponentPatternCstNode & {
|
|
341
341
|
comments?: import("./comments.js").JavaComment[];
|
|
342
|
-
}> | import("prettier").AstPath<import("
|
|
342
|
+
}> | import("prettier").AstPath<import("java-parser").MatchAllPatternCstNode & {
|
|
343
343
|
comments?: import("./comments.js").JavaComment[];
|
|
344
|
-
}> | import("prettier").AstPath<import("
|
|
344
|
+
}> | import("prettier").AstPath<import("java-parser").ConciseLambdaParameterCstNode & {
|
|
345
345
|
comments?: import("./comments.js").JavaComment[];
|
|
346
|
-
}> | import("prettier").AstPath<import("
|
|
346
|
+
}> | import("prettier").AstPath<import("java-parser").EmbeddedExpressionCstNode & {
|
|
347
347
|
comments?: import("./comments.js").JavaComment[];
|
|
348
|
-
}> | import("prettier").AstPath<import("
|
|
348
|
+
}> | import("prettier").AstPath<import("java-parser").LambdaBodyCstNode & {
|
|
349
349
|
comments?: import("./comments.js").JavaComment[];
|
|
350
|
-
}> | import("prettier").AstPath<import("
|
|
350
|
+
}> | import("prettier").AstPath<import("java-parser").LambdaParameterListCstNode & {
|
|
351
351
|
comments?: import("./comments.js").JavaComment[];
|
|
352
|
-
}> | import("prettier").AstPath<import("
|
|
352
|
+
}> | import("prettier").AstPath<import("java-parser").NormalLambdaParameterCstNode & {
|
|
353
353
|
comments?: import("./comments.js").JavaComment[];
|
|
354
|
-
}> | import("prettier").AstPath<import("
|
|
354
|
+
}> | import("prettier").AstPath<import("java-parser").LambdaParameterTypeCstNode & {
|
|
355
355
|
comments?: import("./comments.js").JavaComment[];
|
|
356
|
-
}> | import("prettier").AstPath<import("
|
|
356
|
+
}> | import("prettier").AstPath<import("java-parser").NewExpressionCstNode & {
|
|
357
357
|
comments?: import("./comments.js").JavaComment[];
|
|
358
|
-
}> | import("prettier").AstPath<import("
|
|
358
|
+
}> | import("prettier").AstPath<import("java-parser").PrimaryPrefixCstNode & {
|
|
359
359
|
comments?: import("./comments.js").JavaComment[];
|
|
360
|
-
}> | import("prettier").AstPath<import("
|
|
360
|
+
}> | import("prettier").AstPath<import("java-parser").TemplateArgumentCstNode & {
|
|
361
361
|
comments?: import("./comments.js").JavaComment[];
|
|
362
|
-
}> | import("prettier").AstPath<import("
|
|
362
|
+
}> | import("prettier").AstPath<import("java-parser").InterfaceDeclarationCstNode & {
|
|
363
363
|
comments?: import("./comments.js").JavaComment[];
|
|
364
|
-
}> | import("prettier").AstPath<import("
|
|
364
|
+
}> | import("prettier").AstPath<import("java-parser").NormalInterfaceDeclarationCstNode & {
|
|
365
365
|
comments?: import("./comments.js").JavaComment[];
|
|
366
|
-
}> | import("prettier").AstPath<import("
|
|
366
|
+
}> | import("prettier").AstPath<import("java-parser").InterfaceExtendsCstNode & {
|
|
367
367
|
comments?: import("./comments.js").JavaComment[];
|
|
368
|
-
}> | import("prettier").AstPath<import("
|
|
368
|
+
}> | import("prettier").AstPath<import("java-parser").InterfaceBodyCstNode & {
|
|
369
369
|
comments?: import("./comments.js").JavaComment[];
|
|
370
|
-
}> | import("prettier").AstPath<import("
|
|
370
|
+
}> | import("prettier").AstPath<import("java-parser").InterfaceMemberDeclarationCstNode & {
|
|
371
371
|
comments?: import("./comments.js").JavaComment[];
|
|
372
|
-
}> | import("prettier").AstPath<import("
|
|
372
|
+
}> | import("prettier").AstPath<import("java-parser").ConstantDeclarationCstNode & {
|
|
373
373
|
comments?: import("./comments.js").JavaComment[];
|
|
374
|
-
}> | import("prettier").AstPath<import("
|
|
374
|
+
}> | import("prettier").AstPath<import("java-parser").InterfaceMethodDeclarationCstNode & {
|
|
375
375
|
comments?: import("./comments.js").JavaComment[];
|
|
376
|
-
}> | import("prettier").AstPath<import("
|
|
376
|
+
}> | import("prettier").AstPath<import("java-parser").AnnotationInterfaceDeclarationCstNode & {
|
|
377
377
|
comments?: import("./comments.js").JavaComment[];
|
|
378
|
-
}> | import("prettier").AstPath<import("
|
|
378
|
+
}> | import("prettier").AstPath<import("java-parser").AnnotationInterfaceBodyCstNode & {
|
|
379
379
|
comments?: import("./comments.js").JavaComment[];
|
|
380
|
-
}> | import("prettier").AstPath<import("
|
|
380
|
+
}> | import("prettier").AstPath<import("java-parser").AnnotationInterfaceMemberDeclarationCstNode & {
|
|
381
381
|
comments?: import("./comments.js").JavaComment[];
|
|
382
|
-
}> | import("prettier").AstPath<import("
|
|
382
|
+
}> | import("prettier").AstPath<import("java-parser").AnnotationInterfaceElementDeclarationCstNode & {
|
|
383
383
|
comments?: import("./comments.js").JavaComment[];
|
|
384
|
-
}> | import("prettier").AstPath<import("
|
|
384
|
+
}> | import("prettier").AstPath<import("java-parser").DefaultValueCstNode & {
|
|
385
385
|
comments?: import("./comments.js").JavaComment[];
|
|
386
|
-
}> | import("prettier").AstPath<import("
|
|
386
|
+
}> | import("prettier").AstPath<import("java-parser").AnnotationCstNode & {
|
|
387
387
|
comments?: import("./comments.js").JavaComment[];
|
|
388
|
-
}> | import("prettier").AstPath<import("
|
|
388
|
+
}> | import("prettier").AstPath<import("java-parser").ElementValuePairListCstNode & {
|
|
389
389
|
comments?: import("./comments.js").JavaComment[];
|
|
390
|
-
}> | import("prettier").AstPath<import("
|
|
390
|
+
}> | import("prettier").AstPath<import("java-parser").ElementValuePairCstNode & {
|
|
391
391
|
comments?: import("./comments.js").JavaComment[];
|
|
392
|
-
}> | import("prettier").AstPath<import("
|
|
392
|
+
}> | import("prettier").AstPath<import("java-parser").ElementValueArrayInitializerCstNode & {
|
|
393
393
|
comments?: import("./comments.js").JavaComment[];
|
|
394
|
-
}> | import("prettier").AstPath<import("
|
|
394
|
+
}> | import("prettier").AstPath<import("java-parser").ElementValueListCstNode & {
|
|
395
395
|
comments?: import("./comments.js").JavaComment[];
|
|
396
|
-
}> | import("prettier").AstPath<import("
|
|
396
|
+
}> | import("prettier").AstPath<import("java-parser").ElementValueCstNode & {
|
|
397
397
|
comments?: import("./comments.js").JavaComment[];
|
|
398
|
-
}> | import("prettier").AstPath<import("
|
|
398
|
+
}> | import("prettier").AstPath<import("java-parser").AnnotationInterfaceElementModifierCstNode & {
|
|
399
399
|
comments?: import("./comments.js").JavaComment[];
|
|
400
|
-
}> | import("prettier").AstPath<import("
|
|
400
|
+
}> | import("prettier").AstPath<import("java-parser").ConstantModifierCstNode & {
|
|
401
401
|
comments?: import("./comments.js").JavaComment[];
|
|
402
|
-
}> | import("prettier").AstPath<import("
|
|
402
|
+
}> | import("prettier").AstPath<import("java-parser").InterfaceModifierCstNode & {
|
|
403
403
|
comments?: import("./comments.js").JavaComment[];
|
|
404
|
-
}> | import("prettier").AstPath<import("
|
|
404
|
+
}> | import("prettier").AstPath<import("java-parser").InterfacePermitsCstNode & {
|
|
405
405
|
comments?: import("./comments.js").JavaComment[];
|
|
406
|
-
}> | import("prettier").AstPath<import("
|
|
406
|
+
}> | import("prettier").AstPath<import("java-parser").InterfaceMethodModifierCstNode & {
|
|
407
407
|
comments?: import("./comments.js").JavaComment[];
|
|
408
|
-
}> | import("prettier").AstPath<import("
|
|
408
|
+
}> | import("prettier").AstPath<import("java-parser").LiteralCstNode & {
|
|
409
409
|
comments?: import("./comments.js").JavaComment[];
|
|
410
|
-
}> | import("prettier").AstPath<import("
|
|
410
|
+
}> | import("prettier").AstPath<import("java-parser").ShiftOperatorCstNode & {
|
|
411
411
|
comments?: import("./comments.js").JavaComment[];
|
|
412
|
-
}> | import("prettier").AstPath<import("
|
|
412
|
+
}> | import("prettier").AstPath<import("java-parser").BooleanLiteralCstNode & {
|
|
413
413
|
comments?: import("./comments.js").JavaComment[];
|
|
414
|
-
}> | import("prettier").AstPath<import("
|
|
414
|
+
}> | import("prettier").AstPath<import("java-parser").FloatingPointLiteralCstNode & {
|
|
415
415
|
comments?: import("./comments.js").JavaComment[];
|
|
416
|
-
}> | import("prettier").AstPath<import("
|
|
416
|
+
}> | import("prettier").AstPath<import("java-parser").IntegerLiteralCstNode & {
|
|
417
417
|
comments?: import("./comments.js").JavaComment[];
|
|
418
|
-
}> | import("prettier").AstPath<import("
|
|
418
|
+
}> | import("prettier").AstPath<import("java-parser").MethodNameCstNode & {
|
|
419
419
|
comments?: import("./comments.js").JavaComment[];
|
|
420
|
-
}> | import("prettier").AstPath<import("
|
|
420
|
+
}> | import("prettier").AstPath<import("java-parser").AmbiguousNameCstNode & {
|
|
421
421
|
comments?: import("./comments.js").JavaComment[];
|
|
422
|
-
}> | import("prettier").AstPath<import("
|
|
422
|
+
}> | import("prettier").AstPath<import("java-parser").TypeNameCstNode & {
|
|
423
423
|
comments?: import("./comments.js").JavaComment[];
|
|
424
|
-
}> | import("prettier").AstPath<import("
|
|
424
|
+
}> | import("prettier").AstPath<import("java-parser").TypeIdentifierCstNode & {
|
|
425
425
|
comments?: import("./comments.js").JavaComment[];
|
|
426
|
-
}> | import("prettier").AstPath<import("
|
|
426
|
+
}> | import("prettier").AstPath<import("java-parser").ExpressionNameCstNode & {
|
|
427
427
|
comments?: import("./comments.js").JavaComment[];
|
|
428
|
-
}> | import("prettier").AstPath<import("
|
|
428
|
+
}> | import("prettier").AstPath<import("java-parser").PackageNameCstNode & {
|
|
429
429
|
comments?: import("./comments.js").JavaComment[];
|
|
430
|
-
}> | import("prettier").AstPath<import("
|
|
430
|
+
}> | import("prettier").AstPath<import("java-parser").ModuleNameCstNode & {
|
|
431
431
|
comments?: import("./comments.js").JavaComment[];
|
|
432
|
-
}> | import("prettier").AstPath<import("
|
|
432
|
+
}> | import("prettier").AstPath<import("java-parser").PackageOrTypeNameCstNode & {
|
|
433
433
|
comments?: import("./comments.js").JavaComment[];
|
|
434
|
-
}> | import("prettier").AstPath<import("
|
|
434
|
+
}> | import("prettier").AstPath<import("java-parser").CompilationUnitCstNode & {
|
|
435
435
|
comments?: import("./comments.js").JavaComment[];
|
|
436
|
-
}> | import("prettier").AstPath<import("
|
|
436
|
+
}> | import("prettier").AstPath<import("java-parser").OrdinaryCompilationUnitCstNode & {
|
|
437
437
|
comments?: import("./comments.js").JavaComment[];
|
|
438
|
-
}> | import("prettier").AstPath<import("
|
|
438
|
+
}> | import("prettier").AstPath<import("java-parser").ModularCompilationUnitCstNode & {
|
|
439
439
|
comments?: import("./comments.js").JavaComment[];
|
|
440
|
-
}> | import("prettier").AstPath<import("
|
|
440
|
+
}> | import("prettier").AstPath<import("java-parser").PackageDeclarationCstNode & {
|
|
441
441
|
comments?: import("./comments.js").JavaComment[];
|
|
442
|
-
}> | import("prettier").AstPath<import("
|
|
442
|
+
}> | import("prettier").AstPath<import("java-parser").ImportDeclarationCstNode & {
|
|
443
443
|
comments?: import("./comments.js").JavaComment[];
|
|
444
|
-
}> | import("prettier").AstPath<import("
|
|
444
|
+
}> | import("prettier").AstPath<import("java-parser").TypeDeclarationCstNode & {
|
|
445
445
|
comments?: import("./comments.js").JavaComment[];
|
|
446
|
-
}> | import("prettier").AstPath<import("
|
|
446
|
+
}> | import("prettier").AstPath<import("java-parser").ModuleDeclarationCstNode & {
|
|
447
447
|
comments?: import("./comments.js").JavaComment[];
|
|
448
|
-
}> | import("prettier").AstPath<import("
|
|
448
|
+
}> | import("prettier").AstPath<import("java-parser").RequiresModuleDirectiveCstNode & {
|
|
449
449
|
comments?: import("./comments.js").JavaComment[];
|
|
450
|
-
}> | import("prettier").AstPath<import("
|
|
450
|
+
}> | import("prettier").AstPath<import("java-parser").ExportsModuleDirectiveCstNode & {
|
|
451
451
|
comments?: import("./comments.js").JavaComment[];
|
|
452
|
-
}> | import("prettier").AstPath<import("
|
|
452
|
+
}> | import("prettier").AstPath<import("java-parser").OpensModuleDirectiveCstNode & {
|
|
453
453
|
comments?: import("./comments.js").JavaComment[];
|
|
454
|
-
}> | import("prettier").AstPath<import("
|
|
454
|
+
}> | import("prettier").AstPath<import("java-parser").UsesModuleDirectiveCstNode & {
|
|
455
455
|
comments?: import("./comments.js").JavaComment[];
|
|
456
|
-
}> | import("prettier").AstPath<import("
|
|
456
|
+
}> | import("prettier").AstPath<import("java-parser").ProvidesModuleDirectiveCstNode & {
|
|
457
457
|
comments?: import("./comments.js").JavaComment[];
|
|
458
|
-
}> | import("prettier").AstPath<import("
|
|
458
|
+
}> | import("prettier").AstPath<import("java-parser").ModuleDirectiveCstNode & {
|
|
459
459
|
comments?: import("./comments.js").JavaComment[];
|
|
460
|
-
}> | import("prettier").AstPath<import("
|
|
460
|
+
}> | import("prettier").AstPath<import("java-parser").RequiresModifierCstNode & {
|
|
461
461
|
comments?: import("./comments.js").JavaComment[];
|
|
462
|
-
}> | import("prettier").AstPath<import("
|
|
462
|
+
}> | import("prettier").AstPath<import("java-parser").PackageModifierCstNode & {
|
|
463
463
|
comments?: import("./comments.js").JavaComment[];
|
|
464
|
-
}> | import("prettier").AstPath<import("
|
|
464
|
+
}> | import("prettier").AstPath<import("java-parser").PrimitiveTypeCstNode & {
|
|
465
465
|
comments?: import("./comments.js").JavaComment[];
|
|
466
|
-
}> | import("prettier").AstPath<import("
|
|
466
|
+
}> | import("prettier").AstPath<import("java-parser").ReferenceTypeCstNode & {
|
|
467
467
|
comments?: import("./comments.js").JavaComment[];
|
|
468
|
-
}> | import("prettier").AstPath<import("
|
|
468
|
+
}> | import("prettier").AstPath<import("java-parser").TypeVariableCstNode & {
|
|
469
469
|
comments?: import("./comments.js").JavaComment[];
|
|
470
|
-
}> | import("prettier").AstPath<import("
|
|
470
|
+
}> | import("prettier").AstPath<import("java-parser").DimsCstNode & {
|
|
471
471
|
comments?: import("./comments.js").JavaComment[];
|
|
472
|
-
}> | import("prettier").AstPath<import("
|
|
472
|
+
}> | import("prettier").AstPath<import("java-parser").TypeParameterCstNode & {
|
|
473
473
|
comments?: import("./comments.js").JavaComment[];
|
|
474
|
-
}> | import("prettier").AstPath<import("
|
|
474
|
+
}> | import("prettier").AstPath<import("java-parser").TypeBoundCstNode & {
|
|
475
475
|
comments?: import("./comments.js").JavaComment[];
|
|
476
|
-
}> | import("prettier").AstPath<import("
|
|
476
|
+
}> | import("prettier").AstPath<import("java-parser").AdditionalBoundCstNode & {
|
|
477
477
|
comments?: import("./comments.js").JavaComment[];
|
|
478
|
-
}> | import("prettier").AstPath<import("
|
|
478
|
+
}> | import("prettier").AstPath<import("java-parser").TypeArgumentsCstNode & {
|
|
479
479
|
comments?: import("./comments.js").JavaComment[];
|
|
480
|
-
}> | import("prettier").AstPath<import("
|
|
480
|
+
}> | import("prettier").AstPath<import("java-parser").TypeArgumentListCstNode & {
|
|
481
481
|
comments?: import("./comments.js").JavaComment[];
|
|
482
|
-
}> | import("prettier").AstPath<import("
|
|
482
|
+
}> | import("prettier").AstPath<import("java-parser").WildcardCstNode & {
|
|
483
483
|
comments?: import("./comments.js").JavaComment[];
|
|
484
|
-
}> | import("prettier").AstPath<import("
|
|
484
|
+
}> | import("prettier").AstPath<import("java-parser").WildcardBoundsCstNode & {
|
|
485
485
|
comments?: import("./comments.js").JavaComment[];
|
|
486
|
-
}> | import("prettier").AstPath<import("
|
|
486
|
+
}> | import("prettier").AstPath<import("java-parser").InterfaceTypeCstNode & {
|
|
487
487
|
comments?: import("./comments.js").JavaComment[];
|
|
488
|
-
}> | import("prettier").AstPath<import("
|
|
488
|
+
}> | import("prettier").AstPath<import("java-parser").ClassTypeCstNode & {
|
|
489
489
|
comments?: import("./comments.js").JavaComment[];
|
|
490
|
-
}> | import("prettier").AstPath<import("
|
|
490
|
+
}> | import("prettier").AstPath<import("java-parser").NumericTypeCstNode & {
|
|
491
491
|
comments?: import("./comments.js").JavaComment[];
|
|
492
|
-
}> | import("prettier").AstPath<import("
|
|
492
|
+
}> | import("prettier").AstPath<import("java-parser").ClassOrInterfaceTypeCstNode & {
|
|
493
493
|
comments?: import("./comments.js").JavaComment[];
|
|
494
|
-
}> | import("prettier").AstPath<import("
|
|
494
|
+
}> | import("prettier").AstPath<import("java-parser").FloatingPointTypeCstNode & {
|
|
495
495
|
comments?: import("./comments.js").JavaComment[];
|
|
496
|
-
}> | import("prettier").AstPath<import("
|
|
496
|
+
}> | import("prettier").AstPath<import("java-parser").IntegralTypeCstNode & {
|
|
497
497
|
comments?: import("./comments.js").JavaComment[];
|
|
498
|
-
}> | import("prettier").AstPath<import("
|
|
498
|
+
}> | import("prettier").AstPath<import("java-parser").TypeArgumentCstNode & {
|
|
499
499
|
comments?: import("./comments.js").JavaComment[];
|
|
500
|
-
}> | import("prettier").AstPath<import("
|
|
500
|
+
}> | import("prettier").AstPath<import("java-parser").TypeParameterModifierCstNode & {
|
|
501
501
|
comments?: import("./comments.js").JavaComment[];
|
|
502
|
-
}> | import("prettier").AstPath<import("
|
|
502
|
+
}> | import("prettier").AstPath<import("java-parser").IToken & {
|
|
503
503
|
comments?: import("./comments.js").JavaComment[];
|
|
504
504
|
}>, options: import("prettier").ParserOptions<JavaNode>, print: (path: import("prettier").AstPath<JavaNode>) => import("prettier").Doc, args: unknown): import("prettier/doc.js").builders.Doc;
|
|
505
505
|
hasPrettierIgnore(path: import("prettier").AstPath<JavaNode>): boolean;
|
|
@@ -525,6 +525,16 @@ declare const _default: {
|
|
|
525
525
|
}[];
|
|
526
526
|
description: string;
|
|
527
527
|
};
|
|
528
|
+
arrowParens: {
|
|
529
|
+
type: "choice";
|
|
530
|
+
category: string;
|
|
531
|
+
default: string;
|
|
532
|
+
choices: {
|
|
533
|
+
value: string;
|
|
534
|
+
description: string;
|
|
535
|
+
}[];
|
|
536
|
+
description: string;
|
|
537
|
+
};
|
|
528
538
|
trailingComma: {
|
|
529
539
|
type: "choice";
|
|
530
540
|
category: string;
|
|
@@ -535,6 +545,16 @@ declare const _default: {
|
|
|
535
545
|
}[];
|
|
536
546
|
description: string;
|
|
537
547
|
};
|
|
548
|
+
experimentalOperatorPosition: {
|
|
549
|
+
type: "choice";
|
|
550
|
+
category: string;
|
|
551
|
+
default: string;
|
|
552
|
+
choices: {
|
|
553
|
+
value: string;
|
|
554
|
+
description: string;
|
|
555
|
+
}[];
|
|
556
|
+
description: string;
|
|
557
|
+
};
|
|
538
558
|
};
|
|
539
559
|
defaultOptions: {
|
|
540
560
|
arrowParens: "avoid";
|