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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 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 start local 1 start local 3 0: dload 1
invokestatic java.lang.Math.round:(D)J
l2i
istore 4
start local 4 1: iload 3
iconst_1
if_icmpne 7
2: iload 4
ifne 19
dload 1
dconst_0
dcmpl
ifeq 19
3: dload 1
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
6: goto 19
7: StackMap locals:
StackMap stack:
iload 3
iconst_2
if_icmpne 11
8: aload 0
dconst_0
putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
9: aload 0
iconst_1
putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulate:Z
10: goto 13
11: StackMap locals:
StackMap stack:
iload 3
iconst_4
if_icmpne 13
12: aload 0
iconst_1
putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulate:Z
13: StackMap locals:
StackMap stack:
aload 0
getfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulate:Z
ifeq 19
14: aload 0
dup
getfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
dload 1
dadd
putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
15: aload 0
getfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
invokestatic java.lang.Math.round:(D)J
l2i
istore 4
16: aload 0
dup
getfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
iload 4
i2d
dsub
putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulatedDelta:D
17: iload 3
iconst_5
if_icmpne 19
18: aload 0
iconst_0
putfield sun.lwawt.macosx.CPlatformResponder$DeltaAccumulator.accumulate:Z
19: StackMap locals:
StackMap stack:
iload 4
ireturn
end local 4 end local 3 end local 1 end local 0 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