@@ -3344,15 +3344,18 @@ exprs.kt:
3344
3344
# 154| 0: [SuperConstructorInvocationStmt] super(...)
3345
3345
# 154| 1: [BlockStmt] { ... }
3346
3346
# 174| 6: [Class] Direction
3347
- # 0| 2: [Method] valueOf
3347
+ # 0| 2: [Method] getEntries
3348
+ # 0| 3: [TypeAccess] EnumEntries<Direction>
3349
+ # 0| 0: [TypeAccess] Direction
3350
+ # 0| 3: [Method] valueOf
3348
3351
# 0| 3: [TypeAccess] Direction
3349
3352
#-----| 4: (Parameters)
3350
3353
# 0| 0: [Parameter] value
3351
3354
# 0| 0: [TypeAccess] String
3352
- # 0| 3 : [Method] values
3355
+ # 0| 4 : [Method] values
3353
3356
# 0| 3: [TypeAccess] Direction[]
3354
3357
# 0| 0: [TypeAccess] Direction
3355
- # 174| 4 : [Constructor] Direction
3358
+ # 174| 5 : [Constructor] Direction
3356
3359
# 174| 5: [BlockStmt] { ... }
3357
3360
# 174| 0: [ExprStmt] <Expr>;
3358
3361
# 174| 0: [ClassInstanceExpr] new Enum(...)
@@ -3361,32 +3364,35 @@ exprs.kt:
3361
3364
# 174| 0: [NullLiteral] null
3362
3365
# 174| 1: [IntegerLiteral] 0
3363
3366
# 174| 1: [BlockStmt] { ... }
3364
- # 175| 5 : [FieldDeclaration] Direction NORTH;
3367
+ # 175| 6 : [FieldDeclaration] Direction NORTH;
3365
3368
# 175| -1: [TypeAccess] Direction
3366
3369
# 175| 0: [ClassInstanceExpr] new Direction(...)
3367
3370
# 175| -3: [TypeAccess] Direction
3368
- # 175| 6 : [FieldDeclaration] Direction SOUTH;
3371
+ # 175| 7 : [FieldDeclaration] Direction SOUTH;
3369
3372
# 175| -1: [TypeAccess] Direction
3370
3373
# 175| 0: [ClassInstanceExpr] new Direction(...)
3371
3374
# 175| -3: [TypeAccess] Direction
3372
- # 175| 7 : [FieldDeclaration] Direction WEST;
3375
+ # 175| 8 : [FieldDeclaration] Direction WEST;
3373
3376
# 175| -1: [TypeAccess] Direction
3374
3377
# 175| 0: [ClassInstanceExpr] new Direction(...)
3375
3378
# 175| -3: [TypeAccess] Direction
3376
- # 175| 8 : [FieldDeclaration] Direction EAST;
3379
+ # 175| 9 : [FieldDeclaration] Direction EAST;
3377
3380
# 175| -1: [TypeAccess] Direction
3378
3381
# 175| 0: [ClassInstanceExpr] new Direction(...)
3379
3382
# 175| -3: [TypeAccess] Direction
3380
3383
# 178| 7: [Class] Color
3381
- # 0| 2: [Method] valueOf
3384
+ # 0| 2: [Method] getEntries
3385
+ # 0| 3: [TypeAccess] EnumEntries<Color>
3386
+ # 0| 0: [TypeAccess] Color
3387
+ # 0| 3: [Method] valueOf
3382
3388
# 0| 3: [TypeAccess] Color
3383
3389
#-----| 4: (Parameters)
3384
3390
# 0| 0: [Parameter] value
3385
3391
# 0| 0: [TypeAccess] String
3386
- # 0| 3 : [Method] values
3392
+ # 0| 4 : [Method] values
3387
3393
# 0| 3: [TypeAccess] Color[]
3388
3394
# 0| 0: [TypeAccess] Color
3389
- # 178| 4 : [Constructor] Color
3395
+ # 178| 5 : [Constructor] Color
3390
3396
#-----| 4: (Parameters)
3391
3397
# 178| 0: [Parameter] rgb
3392
3398
# 178| 0: [TypeAccess] int
@@ -3401,26 +3407,26 @@ exprs.kt:
3401
3407
# 178| 0: [ExprStmt] <Expr>;
3402
3408
# 178| 0: [KtInitializerAssignExpr] ...=...
3403
3409
# 178| 0: [VarAccess] rgb
3404
- # 178| 5 : [Method] getRgb
3410
+ # 178| 6 : [Method] getRgb
3405
3411
# 178| 3: [TypeAccess] int
3406
3412
# 178| 5: [BlockStmt] { ... }
3407
3413
# 178| 0: [ReturnStmt] return ...
3408
3414
# 178| 0: [VarAccess] this.rgb
3409
3415
# 178| -1: [ThisAccess] this
3410
- # 178| 6 : [FieldDeclaration] int rgb;
3416
+ # 178| 7 : [FieldDeclaration] int rgb;
3411
3417
# 178| -1: [TypeAccess] int
3412
3418
# 178| 0: [VarAccess] rgb
3413
- # 179| 7 : [FieldDeclaration] Color RED;
3419
+ # 179| 8 : [FieldDeclaration] Color RED;
3414
3420
# 179| -1: [TypeAccess] Color
3415
3421
# 179| 0: [ClassInstanceExpr] new Color(...)
3416
3422
# 179| -3: [TypeAccess] Color
3417
3423
# 179| 0: [IntegerLiteral] 16711680
3418
- # 180| 8 : [FieldDeclaration] Color GREEN;
3424
+ # 180| 9 : [FieldDeclaration] Color GREEN;
3419
3425
# 180| -1: [TypeAccess] Color
3420
3426
# 180| 0: [ClassInstanceExpr] new Color(...)
3421
3427
# 180| -3: [TypeAccess] Color
3422
3428
# 180| 0: [IntegerLiteral] 65280
3423
- # 181| 9 : [FieldDeclaration] Color BLUE;
3429
+ # 181| 10 : [FieldDeclaration] Color BLUE;
3424
3430
# 181| -1: [TypeAccess] Color
3425
3431
# 181| 0: [ClassInstanceExpr] new Color(...)
3426
3432
# 181| -3: [TypeAccess] Color
0 commit comments