class com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer
super_class: java.lang.Object
{
double totalAbsX;
descriptor: D
flags: (0x0000)
double totalAbsY;
descriptor: D
flags: (0x0000)
double totalX;
descriptor: D
flags: (0x0000)
double totalY;
descriptor: D
flags: (0x0000)
int count;
descriptor: I
flags: (0x0000)
private void <init>();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
dconst_0
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsX:D
aload 0
dconst_0
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsY:D
2: aload 0
dconst_0
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalX:D
aload 0
dconst_0
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalY:D
3: aload 0
iconst_0
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
4: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;
public void add(double, double, double, double);
descriptor: (DDDD)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=9, args_size=5
start local 0 start local 1 start local 3 start local 5 start local 7 0: aload 0
dup
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsX:D
dload 5
dadd
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsX:D
1: aload 0
dup
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsY:D
dload 7
dadd
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsY:D
2: aload 0
dup
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalX:D
dload 1
dadd
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalX:D
3: aload 0
dup
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalY:D
dload 3
dadd
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalY:D
4: aload 0
dup
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
iconst_1
iadd
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
5: return
end local 7 end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;
0 6 1 x D
0 6 3 y D
0 6 5 xAbs D
0 6 7 yAbs D
MethodParameters:
Name Flags
x
y
xAbs
yAbs
public double getX();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
ifne 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalX:D
aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
i2d
ddiv
StackMap locals:
StackMap stack: double
2: dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;
public double getY();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
ifne 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalY:D
aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
i2d
ddiv
StackMap locals:
StackMap stack: double
2: dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;
public double getAbsX();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
ifne 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsX:D
aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
i2d
ddiv
StackMap locals:
StackMap stack: double
2: dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;
public double getAbsY();
descriptor: ()D
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
ifne 1
dconst_0
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsY:D
aload 0
getfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
i2d
ddiv
StackMap locals:
StackMap stack: double
2: dreturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;
public void reset();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
dconst_0
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalX:D
1: aload 0
dconst_0
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalY:D
2: aload 0
dconst_0
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsX:D
3: aload 0
dconst_0
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.totalAbsY:D
4: aload 0
iconst_0
putfield com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer.count:I
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/javafx/tk/quantum/SwipeGestureRecognizer$CenterComputer;
}
SourceFile: "SwipeGestureRecognizer.java"
NestHost: com.sun.javafx.tk.quantum.SwipeGestureRecognizer
InnerClasses:
private CenterComputer = com.sun.javafx.tk.quantum.SwipeGestureRecognizer$CenterComputer of com.sun.javafx.tk.quantum.SwipeGestureRecognizer