class sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator
  super_class: java.lang.Object
{
  double accumulatedDelta;
    descriptor: D
    flags: (0x0000) 

  boolean accumulate;
    descriptor: Z
    flags: (0x0000) 

  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator this
         0: .line 266
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPlatformResponder$DeltaAccumulator;

  int getRoundedDelta(double, int);
    descriptor: (DI)I
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator this
        start local 1 // double delta
        start local 3 // int scrollPhase
         0: .line 273
            dload 1 /* delta */
            invokestatic java.lang.Math.round:(D)J
            l2i
            istore 4 /* roundDelta */
        start local 4 // int roundDelta
         1: .line 275
            iload 3 /* scrollPhase */
            iconst_1
            if_icmpne 7
         2: .line 276
            iload 4 /* roundDelta */
            ifne 19
            dload 1 /* delta */
            dconst_0
            dcmpl
            ifeq 19
         3: .line 277
            dload 1 /* delta */
            dconst_0
            dcmpl
            ifle 4
            iconst_1
            goto 5
      StackMap locals: int
      StackMap stack:
         4: iconst_m1
      StackMap locals:
      StackMap stack: int
         5: istore 4 /* roundDelta */
         6: .line 279
            goto 19
         7: .line 280
      StackMap locals:
      StackMap stack:
            iload 3 /* scrollPhase */
            iconst_2
            if_icmpne 11
         8: .line 281
            aload 0 /* this */
            dconst_0
            putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
         9: .line 282
            aload 0 /* this */
            iconst_1
            putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulate:Z
        10: .line 283
            goto 13
        11: .line 284
      StackMap locals:
      StackMap stack:
            iload 3 /* scrollPhase */
            iconst_4
            if_icmpne 13
        12: .line 285
            aload 0 /* this */
            iconst_1
            putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulate:Z
        13: .line 287
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulate:Z
            ifeq 19
        14: .line 289
            aload 0 /* this */
            dup
            getfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
            dload 1 /* delta */
            dadd
            putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
        15: .line 291
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
            invokestatic java.lang.Math.round:(D)J
            l2i
            istore 4 /* roundDelta */
        16: .line 293
            aload 0 /* this */
            dup
            getfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
            iload 4 /* roundDelta */
            i2d
            dsub
            putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
        17: .line 295
            iload 3 /* scrollPhase */
            iconst_5
            if_icmpne 19
        18: .line 296
            aload 0 /* this */
            iconst_0
            putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulate:Z
        19: .line 301
      StackMap locals:
      StackMap stack:
            iload 4 /* roundDelta */
            ireturn
        end local 4 // int roundDelta
        end local 3 // int scrollPhase
        end local 1 // double delta
        end local 0 // sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   20     0         this  Lsun/lwawt/macosx/CPlatformResponder$DeltaAccumulator;
            0   20     1        delta  D
            0   20     3  scrollPhase  I
            1   20     4   roundDelta  I
    MethodParameters:
             Name  Flags
      delta        
      scrollPhase  
}
SourceFile: "CPlatformResponder.java"
NestHost: sun.lwawt.macosx.CPlatformResponder
InnerClasses:
  DeltaAccumulator = sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator of sun.lwawt.macosx.CPlatformResponder