class java.time.temporal.IsoFields$Field$2 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$2
  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$2 this
         0: .line 385
            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$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/temporal/IsoFields$Field$2;
    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$2 this
         0: .line 388
            getstatic java.time.temporal.IsoFields.QUARTER_YEARS:Ljava/time/temporal/TemporalUnit;
            areturn
        end local 0 // java.time.temporal.IsoFields$Field$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/temporal/IsoFields$Field$2;

  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$2 this
         0: .line 392
            getstatic java.time.temporal.ChronoUnit.YEARS:Ljava/time/temporal/ChronoUnit;
            areturn
        end local 0 // java.time.temporal.IsoFields$Field$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/temporal/IsoFields$Field$2;

  public java.time.temporal.ValueRange range();
    descriptor: ()Ljava/time/temporal/ValueRange;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // java.time.temporal.IsoFields$Field$2 this
         0: .line 396
            lconst_1
            ldc 4
            invokestatic java.time.temporal.ValueRange.of:(JJ)Ljava/time/temporal/ValueRange;
            areturn
        end local 0 // java.time.temporal.IsoFields$Field$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/temporal/IsoFields$Field$2;

  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$2 this
        start local 1 // java.time.temporal.TemporalAccessor temporal
         0: .line 400
            aload 1 /* temporal */
            getstatic java.time.temporal.ChronoField.MONTH_OF_YEAR: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.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$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljava/time/temporal/IsoFields$Field$2;
            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=4, locals=4, args_size=2
        start local 0 // java.time.temporal.IsoFields$Field$2 this
        start local 1 // java.time.temporal.TemporalAccessor temporal
         0: .line 404
            aload 0 /* this */
            aload 1 /* temporal */
            invokevirtual java.time.temporal.IsoFields$Field$2.isSupportedBy:(Ljava/time/temporal/TemporalAccessor;)Z
            ifne 2
         1: .line 405
            new java.time.temporal.UnsupportedTemporalTypeException
            dup
            ldc "Unsupported field: QuarterOfYear"
            invokespecial java.time.temporal.UnsupportedTemporalTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 407
      StackMap locals:
      StackMap stack:
            aload 1 /* temporal */
            getstatic java.time.temporal.ChronoField.MONTH_OF_YEAR:Ljava/time/temporal/ChronoField;
            invokeinterface java.time.temporal.TemporalAccessor.getLong:(Ljava/time/temporal/TemporalField;)J
            lstore 2 /* moy */
        start local 2 // long moy
         3: .line 408
            lload 2 /* moy */
            ldc 2
            ladd
            ldc 3
            ldiv
            lreturn
        end local 2 // long moy
        end local 1 // java.time.temporal.TemporalAccessor temporal
        end local 0 // java.time.temporal.IsoFields$Field$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljava/time/temporal/IsoFields$Field$2;
            0    4     1  temporal  Ljava/time/temporal/TemporalAccessor;
            3    4     2       moy  J
    MethodParameters:
          Name  Flags
      temporal  

  public java.time.temporal.ValueRange rangeRefinedBy(java.time.temporal.TemporalAccessor);
    descriptor: (Ljava/time/temporal/TemporalAccessor;)Ljava/time/temporal/ValueRange;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.time.temporal.IsoFields$Field$2 this
        start local 1 // java.time.temporal.TemporalAccessor temporal
         0: .line 411
            aload 0 /* this */
            aload 1 /* temporal */
            invokevirtual java.time.temporal.IsoFields$Field$2.isSupportedBy:(Ljava/time/temporal/TemporalAccessor;)Z
            ifne 2
         1: .line 412
            new java.time.temporal.UnsupportedTemporalTypeException
            dup
            ldc "Unsupported field: QuarterOfYear"
            invokespecial java.time.temporal.UnsupportedTemporalTypeException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 414
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* temporal */
            invokespecial java.time.temporal.IsoFields$Field.rangeRefinedBy:(Ljava/time/temporal/TemporalAccessor;)Ljava/time/temporal/ValueRange;
            areturn
        end local 1 // java.time.temporal.TemporalAccessor temporal
        end local 0 // java.time.temporal.IsoFields$Field$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljava/time/temporal/IsoFields$Field$2;
            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=8, locals=6, args_size=3
        start local 0 // java.time.temporal.IsoFields$Field$2 this
        start local 1 // java.time.temporal.Temporal temporal
        start local 2 // long newValue
         0: .line 420
            aload 0 /* this */
            aload 1 /* temporal */
            invokevirtual java.time.temporal.IsoFields$Field$2.getFrom:(Ljava/time/temporal/TemporalAccessor;)J
            lstore 4 /* curValue */
        start local 4 // long curValue
         1: .line 421
            aload 0 /* this */
            invokevirtual java.time.temporal.IsoFields$Field$2.range:()Ljava/time/temporal/ValueRange;
            lload 2 /* newValue */
            aload 0 /* this */
            invokevirtual java.time.temporal.ValueRange.checkValidValue:(JLjava/time/temporal/TemporalField;)J
            pop2
         2: .line 422
            aload 1 /* temporal */
            getstatic java.time.temporal.ChronoField.MONTH_OF_YEAR:Ljava/time/temporal/ChronoField;
            aload 1 /* temporal */
            getstatic java.time.temporal.ChronoField.MONTH_OF_YEAR:Ljava/time/temporal/ChronoField;
            invokeinterface java.time.temporal.Temporal.getLong:(Ljava/time/temporal/TemporalField;)J
            lload 2 /* newValue */
            lload 4 /* curValue */
            lsub
            ldc 3
            lmul
            ladd
            invokeinterface java.time.temporal.Temporal.with:(Ljava/time/temporal/TemporalField;J)Ljava/time/temporal/Temporal;
            areturn
        end local 4 // long curValue
        end local 2 // long newValue
        end local 1 // java.time.temporal.Temporal temporal
        end local 0 // java.time.temporal.IsoFields$Field$2 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljava/time/temporal/IsoFields$Field$2;
            0    3     1  temporal  TR;
            0    3     2  newValue  J
            1    3     4  curValue  J
    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$2 this
         0: .line 426
            ldc "QuarterOfYear"
            areturn
        end local 0 // java.time.temporal.IsoFields$Field$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/time/temporal/IsoFields$Field$2;
}
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$2