class java.time.temporal.IsoFields$Field$4 extends java.time.temporal.IsoFields$Field
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: java.time.temporal.IsoFields$Field$4
  super_class: java.time.temporal.IsoFields$Field
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.time.temporal.IsoFields$Field$4 this
         0: .line 508
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.time.temporal.IsoFields$Field.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // java.time.temporal.IsoFields$Field$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/temporal/IsoFields$Field$4;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public java.time.temporal.TemporalUnit getBaseUnit();
    descriptor: ()Ljava/time/temporal/TemporalUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.time.temporal.IsoFields$Field$4 this
         0: .line 511
            getstatic java.time.temporal.IsoFields.WEEK_BASED_YEARS:Ljava/time/temporal/TemporalUnit;
            areturn
        end local 0 // java.time.temporal.IsoFields$Field$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/temporal/IsoFields$Field$4;

  public java.time.temporal.TemporalUnit getRangeUnit();
    descriptor: ()Ljava/time/temporal/TemporalUnit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.time.temporal.IsoFields$Field$4 this
         0: .line 515
            getstatic java.time.temporal.ChronoUnit.FOREVER:Ljava/time/temporal/ChronoUnit;
            areturn
        end local 0 // java.time.temporal.IsoFields$Field$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/temporal/IsoFields$Field$4;

  public java.time.temporal.ValueRange range();
    descriptor: ()Ljava/time/temporal/ValueRange;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.time.temporal.IsoFields$Field$4 this
         0: .line 519
            getstatic java.time.temporal.ChronoField.YEAR:Ljava/time/temporal/ChronoField;
            invokevirtual java.time.temporal.ChronoField.range:()Ljava/time/temporal/ValueRange;
            areturn
        end local 0 // java.time.temporal.IsoFields$Field$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/temporal/IsoFields$Field$4;

  public boolean isSupportedBy(java.time.temporal.TemporalAccessor);
    descriptor: (Ljava/time/temporal/TemporalAccessor;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // java.time.temporal.IsoFields$Field$4 this
        start local 1 // java.time.temporal.TemporalAccessor temporal
         0: .line 523
            aload 1 /* temporal */
            getstatic java.time.temporal.ChronoField.EPOCH_DAY:Ljava/time/temporal/ChronoField;
            invokeinterface java.time.temporal.TemporalAccessor.isSupported:(Ljava/time/temporal/TemporalField;)Z
            ifeq 1
            aload 1 /* temporal */
            invokestatic java.time.temporal.IsoFields$Field.isIso:(Ljava/time/temporal/TemporalAccessor;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.time.temporal.TemporalAccessor temporal
        end local 0 // java.time.temporal.IsoFields$Field$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/time/temporal/IsoFields$Field$4;
            0    2     1  temporal  Ljava/time/temporal/TemporalAccessor;
    MethodParameters:
          Name  Flags
      temporal  

  public long getFrom(java.time.temporal.TemporalAccessor);
    descriptor: (Ljava/time/temporal/TemporalAccessor;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.time.temporal.IsoFields$Field$4 this
        start local 1 // java.time.temporal.TemporalAccessor temporal
         0: .line 527
            aload 0 /* this */
            aload 1 /* temporal */
            invokevirtual java.time.temporal.IsoFields$Field$4.isSupportedBy:(Ljava/time/temporal/TemporalAccessor;)Z
            ifne 2
         1: .line 528
            new java.time.temporal.UnsupportedTemporalTypeException
            dup
            ldc "Unsupported field: WeekBasedYear"
            invokespecial java.time.temporal.UnsupportedTemporalTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 530
      StackMap locals:
      StackMap stack:
            aload 1 /* temporal */
            invokestatic java.time.LocalDate.from:(Ljava/time/temporal/TemporalAccessor;)Ljava/time/LocalDate;
            invokestatic java.time.temporal.IsoFields$Field.getWeekBasedYear:(Ljava/time/LocalDate;)I
            i2l
            lreturn
        end local 1 // java.time.temporal.TemporalAccessor temporal
        end local 0 // java.time.temporal.IsoFields$Field$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljava/time/temporal/IsoFields$Field$4;
            0    3     1  temporal  Ljava/time/temporal/TemporalAccessor;
    MethodParameters:
          Name  Flags
      temporal  

  public <R extends java.time.temporal.Temporal> R adjustInto(R, );
    descriptor: (Ljava/time/temporal/Temporal;J)Ljava/time/temporal/Temporal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=10, args_size=3
        start local 0 // java.time.temporal.IsoFields$Field$4 this
        start local 1 // java.time.temporal.Temporal temporal
        start local 2 // long newValue
         0: .line 535
            aload 0 /* this */
            aload 1 /* temporal */
            invokevirtual java.time.temporal.IsoFields$Field$4.isSupportedBy:(Ljava/time/temporal/TemporalAccessor;)Z
            ifne 2
         1: .line 536
            new java.time.temporal.UnsupportedTemporalTypeException
            dup
            ldc "Unsupported field: WeekBasedYear"
            invokespecial java.time.temporal.UnsupportedTemporalTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 538
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual java.time.temporal.IsoFields$Field$4.range:()Ljava/time/temporal/ValueRange;
            lload 2 /* newValue */
            getstatic java.time.temporal.IsoFields$Field$4.WEEK_BASED_YEAR:Ljava/time/temporal/IsoFields$Field;
            invokevirtual java.time.temporal.ValueRange.checkValidIntValue:(JLjava/time/temporal/TemporalField;)I
            istore 4 /* newWby */
        start local 4 // int newWby
         3: .line 539
            aload 1 /* temporal */
            invokestatic java.time.LocalDate.from:(Ljava/time/temporal/TemporalAccessor;)Ljava/time/LocalDate;
            astore 5 /* date */
        start local 5 // java.time.LocalDate date
         4: .line 540
            aload 5 /* date */
            getstatic java.time.temporal.ChronoField.DAY_OF_WEEK:Ljava/time/temporal/ChronoField;
            invokevirtual java.time.LocalDate.get:(Ljava/time/temporal/TemporalField;)I
            istore 6 /* dow */
        start local 6 // int dow
         5: .line 541
            aload 5 /* date */
            invokestatic java.time.temporal.IsoFields$Field.getWeek:(Ljava/time/LocalDate;)I
            istore 7 /* week */
        start local 7 // int week
         6: .line 542
            iload 7 /* week */
            bipush 53
            if_icmpne 8
            iload 4 /* newWby */
            invokestatic java.time.temporal.IsoFields$Field.getWeekRange:(I)I
            bipush 52
            if_icmpne 8
         7: .line 543
            bipush 52
            istore 7 /* week */
         8: .line 545
      StackMap locals: java.time.temporal.IsoFields$Field$4 java.time.temporal.Temporal long int java.time.LocalDate int int
      StackMap stack:
            iload 4 /* newWby */
            iconst_1
            iconst_4
            invokestatic java.time.LocalDate.of:(III)Ljava/time/LocalDate;
            astore 8 /* resolved */
        start local 8 // java.time.LocalDate resolved
         9: .line 546
            iload 6 /* dow */
            aload 8 /* resolved */
            getstatic java.time.temporal.ChronoField.DAY_OF_WEEK:Ljava/time/temporal/ChronoField;
            invokevirtual java.time.LocalDate.get:(Ljava/time/temporal/TemporalField;)I
            isub
            iload 7 /* week */
            iconst_1
            isub
            bipush 7
            imul
            iadd
            istore 9 /* days */
        start local 9 // int days
        10: .line 547
            aload 8 /* resolved */
            iload 9 /* days */
            i2l
            invokevirtual java.time.LocalDate.plusDays:(J)Ljava/time/LocalDate;
            astore 8 /* resolved */
        11: .line 548
            aload 1 /* temporal */
            aload 8 /* resolved */
            invokeinterface java.time.temporal.Temporal.with:(Ljava/time/temporal/TemporalAdjuster;)Ljava/time/temporal/Temporal;
            areturn
        end local 9 // int days
        end local 8 // java.time.LocalDate resolved
        end local 7 // int week
        end local 6 // int dow
        end local 5 // java.time.LocalDate date
        end local 4 // int newWby
        end local 2 // long newValue
        end local 1 // java.time.temporal.Temporal temporal
        end local 0 // java.time.temporal.IsoFields$Field$4 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   12     0      this  Ljava/time/temporal/IsoFields$Field$4;
            0   12     1  temporal  TR;
            0   12     2  newValue  J
            3   12     4    newWby  I
            4   12     5      date  Ljava/time/LocalDate;
            5   12     6       dow  I
            6   12     7      week  I
            9   12     8  resolved  Ljava/time/LocalDate;
           10   12     9      days  I
    Signature: <R::Ljava/time/temporal/Temporal;>(TR;J)TR;
    MethodParameters:
          Name  Flags
      temporal  
      newValue  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.time.temporal.IsoFields$Field$4 this
         0: .line 552
            ldc "WeekBasedYear"
            areturn
        end local 0 // java.time.temporal.IsoFields$Field$4 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/temporal/IsoFields$Field$4;
}
SourceFile: "IsoFields.java"
EnclosingMethod: java.time.temporal.IsoFields$Field
NestHost: java.time.temporal.IsoFields
InnerClasses:
  private abstract Field = java.time.temporal.IsoFields$Field of java.time.temporal.IsoFields
  java.time.temporal.IsoFields$Field$4