@@ -127,7 +127,7 @@ A.java:
127
127
# 54| -1: [VarAccess] System.out
128
128
# 54| -1: [TypeAccess] System
129
129
# 54| 0: [VarAccess] s
130
- #-----| 0: (Single Local Variable Declaration )
130
+ #-----| 0: (Pattern case declaration )
131
131
# 54| 0: [TypeAccess] String
132
132
# 54| 1: [LocalVariableDeclExpr] s
133
133
# 55| 1: [PatternCase] case <Pattern>
@@ -138,15 +138,15 @@ A.java:
138
138
# 55| 0: [AddExpr] ... + ...
139
139
# 55| 0: [StringLiteral] "An integer: "
140
140
# 55| 1: [VarAccess] i
141
- #-----| 0: (Single Local Variable Declaration )
141
+ #-----| 0: (Pattern case declaration )
142
142
# 55| 0: [TypeAccess] Integer
143
143
# 55| 1: [LocalVariableDeclExpr] i
144
144
# 56| 2: [DefaultCase] default
145
145
# 56| -1: [BlockStmt] { ... }
146
146
# 58| 3: [SwitchStmt] switch (...)
147
147
# 58| -1: [VarAccess] thing
148
148
# 59| 0: [PatternCase] case <Pattern>
149
- #-----| 0: (Single Local Variable Declaration )
149
+ #-----| 0: (Pattern case declaration )
150
150
# 59| 0: [TypeAccess] String
151
151
# 59| 1: [LocalVariableDeclExpr] s
152
152
# 60| 1: [ExprStmt] <Expr>;
@@ -156,7 +156,7 @@ A.java:
156
156
# 60| 0: [VarAccess] s
157
157
# 61| 2: [BreakStmt] break
158
158
# 62| 3: [PatternCase] case <Pattern>
159
- #-----| 0: (Single Local Variable Declaration )
159
+ #-----| 0: (Pattern case declaration )
160
160
# 62| 0: [TypeAccess] Integer
161
161
# 62| 1: [LocalVariableDeclExpr] i
162
162
# 63| 4: [ExprStmt] <Expr>;
@@ -175,14 +175,14 @@ A.java:
175
175
# 68| -1: [VarAccess] thing
176
176
# 69| 0: [PatternCase] case <Pattern>
177
177
# 69| -1: [VarAccess] s
178
- #-----| 0: (Single Local Variable Declaration )
178
+ #-----| 0: (Pattern case declaration )
179
179
# 69| 0: [TypeAccess] String
180
180
# 69| 1: [LocalVariableDeclExpr] s
181
181
# 70| 1: [PatternCase] case <Pattern>
182
182
# 70| -1: [AddExpr] ... + ...
183
183
# 70| 0: [StringLiteral] "An integer: "
184
184
# 70| 1: [VarAccess] i
185
- #-----| 0: (Single Local Variable Declaration )
185
+ #-----| 0: (Pattern case declaration )
186
186
# 70| 0: [TypeAccess] Integer
187
187
# 70| 1: [LocalVariableDeclExpr] i
188
188
# 71| 2: [DefaultCase] default
@@ -192,13 +192,13 @@ A.java:
192
192
# 73| 0: [SwitchExpr] switch (...)
193
193
# 73| -1: [VarAccess] thing
194
194
# 74| 0: [PatternCase] case <Pattern>
195
- #-----| 0: (Single Local Variable Declaration )
195
+ #-----| 0: (Pattern case declaration )
196
196
# 74| 0: [TypeAccess] String
197
197
# 74| 1: [LocalVariableDeclExpr] s
198
198
# 75| 1: [YieldStmt] yield ...
199
199
# 75| 0: [VarAccess] s
200
200
# 76| 2: [PatternCase] case <Pattern>
201
- #-----| 0: (Single Local Variable Declaration )
201
+ #-----| 0: (Pattern case declaration )
202
202
# 76| 0: [TypeAccess] Integer
203
203
# 76| 1: [LocalVariableDeclExpr] i
204
204
# 77| 3: [YieldStmt] yield ...
@@ -232,7 +232,7 @@ A.java:
232
232
# 87| -1: [VarAccess] s
233
233
# 87| 1: [IntegerLiteral] 3
234
234
# 87| -1: [StringLiteral] "It's 3 letters long"
235
- #-----| 0: (Single Local Variable Declaration )
235
+ #-----| 0: (Pattern case declaration )
236
236
# 87| 0: [TypeAccess] String
237
237
# 87| 1: [LocalVariableDeclExpr] s
238
238
# 88| 2: [PatternCase] case <Pattern>
@@ -241,7 +241,7 @@ A.java:
241
241
# 88| -1: [VarAccess] s
242
242
# 88| 1: [IntegerLiteral] 5
243
243
# 88| -1: [StringLiteral] "it's 5 letters long"
244
- #-----| 0: (Single Local Variable Declaration )
244
+ #-----| 0: (Pattern case declaration )
245
245
# 88| 0: [TypeAccess] String
246
246
# 88| 1: [LocalVariableDeclExpr] s
247
247
# 89| 3: [DefaultCase] default
@@ -252,7 +252,7 @@ A.java:
252
252
# 91| -1: [VarAccess] thing
253
253
# 92| 0: [PatternCase] case <Pattern>
254
254
# 92| -1: [StringLiteral] "It's a string"
255
- #-----| 0: (Single Local Variable Declaration )
255
+ #-----| 0: (Pattern case declaration )
256
256
# 92| 0: [TypeAccess] String
257
257
# 92| 1: [LocalVariableDeclExpr] s
258
258
# 93| 1: [NullDefaultCase] case null, default
0 commit comments