public class com.sun.webkit.dom.WheelEventImpl extends com.sun.webkit.dom.MouseEventImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.webkit.dom.WheelEventImpl
  super_class: com.sun.webkit.dom.MouseEventImpl
{
  public static final int DOM_DELTA_PIXEL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int DOM_DELTA_LINE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int DOM_DELTA_PAGE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  void <init>(long);
    descriptor: (J)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.webkit.dom.WheelEventImpl this
        start local 1 // long peer
         0: .line 32
            aload 0 /* this */
            lload 1 /* peer */
            invokespecial com.sun.webkit.dom.MouseEventImpl.<init>:(J)V
         1: .line 33
            return
        end local 1 // long peer
        end local 0 // com.sun.webkit.dom.WheelEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/webkit/dom/WheelEventImpl;
            0    2     1  peer  J
    MethodParameters:
      Name  Flags
      peer  

  static com.sun.webkit.dom.WheelEventImpl getImpl(long);
    descriptor: (J)Lcom/sun/webkit/dom/WheelEventImpl;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // long peer
         0: .line 36
            lload 0 /* peer */
            invokestatic com.sun.webkit.dom.WheelEventImpl.create:(J)Lorg/w3c/dom/events/Event;
            checkcast com.sun.webkit.dom.WheelEventImpl
            areturn
        end local 0 // long peer
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  peer  J
    MethodParameters:
      Name  Flags
      peer  

  public double getDeltaX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.WheelEventImpl this
         0: .line 47
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.WheelEventImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.WheelEventImpl.getDeltaXImpl:(J)D
            dreturn
        end local 0 // com.sun.webkit.dom.WheelEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/WheelEventImpl;

  static native double getDeltaXImpl(long);
    descriptor: (J)D
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public double getDeltaY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.WheelEventImpl this
         0: .line 52
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.WheelEventImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.WheelEventImpl.getDeltaYImpl:(J)D
            dreturn
        end local 0 // com.sun.webkit.dom.WheelEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/WheelEventImpl;

  static native double getDeltaYImpl(long);
    descriptor: (J)D
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public double getDeltaZ();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.WheelEventImpl this
         0: .line 57
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.WheelEventImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.WheelEventImpl.getDeltaZImpl:(J)D
            dreturn
        end local 0 // com.sun.webkit.dom.WheelEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/WheelEventImpl;

  static native double getDeltaZImpl(long);
    descriptor: (J)D
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public int getDeltaMode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.WheelEventImpl this
         0: .line 62
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.WheelEventImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.WheelEventImpl.getDeltaModeImpl:(J)I
            ireturn
        end local 0 // com.sun.webkit.dom.WheelEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/WheelEventImpl;

  static native int getDeltaModeImpl(long);
    descriptor: (J)I
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public int getWheelDeltaX();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.WheelEventImpl this
         0: .line 67
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.WheelEventImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.WheelEventImpl.getWheelDeltaXImpl:(J)I
            ireturn
        end local 0 // com.sun.webkit.dom.WheelEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/WheelEventImpl;

  static native int getWheelDeltaXImpl(long);
    descriptor: (J)I
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public int getWheelDeltaY();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.WheelEventImpl this
         0: .line 72
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.WheelEventImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.WheelEventImpl.getWheelDeltaYImpl:(J)I
            ireturn
        end local 0 // com.sun.webkit.dom.WheelEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/WheelEventImpl;

  static native int getWheelDeltaYImpl(long);
    descriptor: (J)I
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public int getWheelDelta();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.WheelEventImpl this
         0: .line 77
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.WheelEventImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.WheelEventImpl.getWheelDeltaImpl:(J)I
            ireturn
        end local 0 // com.sun.webkit.dom.WheelEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/WheelEventImpl;

  static native int getWheelDeltaImpl(long);
    descriptor: (J)I
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public boolean getWebkitDirectionInvertedFromDevice();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.webkit.dom.WheelEventImpl this
         0: .line 82
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.WheelEventImpl.getPeer:()J
            invokestatic com.sun.webkit.dom.WheelEventImpl.getWebkitDirectionInvertedFromDeviceImpl:(J)Z
            ireturn
        end local 0 // com.sun.webkit.dom.WheelEventImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/webkit/dom/WheelEventImpl;

  static native boolean getWebkitDirectionInvertedFromDeviceImpl(long);
    descriptor: (J)Z
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      peer  

  public void initWheelEvent(int, int, org.w3c.dom.views.AbstractView, int, int, int, int, boolean, boolean, boolean, boolean);
    descriptor: (IILorg/w3c/dom/views/AbstractView;IIIIZZZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=12, args_size=12
        start local 0 // com.sun.webkit.dom.WheelEventImpl this
        start local 1 // int wheelDeltaX
        start local 2 // int wheelDeltaY
        start local 3 // org.w3c.dom.views.AbstractView view
        start local 4 // int screenX
        start local 5 // int screenY
        start local 6 // int clientX
        start local 7 // int clientY
        start local 8 // boolean ctrlKey
        start local 9 // boolean altKey
        start local 10 // boolean shiftKey
        start local 11 // boolean metaKey
         0: .line 100
            aload 0 /* this */
            invokevirtual com.sun.webkit.dom.WheelEventImpl.getPeer:()J
         1: .line 101
            iload 1 /* wheelDeltaX */
         2: .line 102
            iload 2 /* wheelDeltaY */
         3: .line 103
            aload 3 /* view */
            invokestatic com.sun.webkit.dom.DOMWindowImpl.getPeer:(Lorg/w3c/dom/views/AbstractView;)J
         4: .line 104
            iload 4 /* screenX */
         5: .line 105
            iload 5 /* screenY */
         6: .line 106
            iload 6 /* clientX */
         7: .line 107
            iload 7 /* clientY */
         8: .line 108
            iload 8 /* ctrlKey */
         9: .line 109
            iload 9 /* altKey */
        10: .line 110
            iload 10 /* shiftKey */
        11: .line 111
            iload 11 /* metaKey */
        12: .line 100
            invokestatic com.sun.webkit.dom.WheelEventImpl.initWheelEventImpl:(JIIJIIIIZZZZ)V
        13: .line 112
            return
        end local 11 // boolean metaKey
        end local 10 // boolean shiftKey
        end local 9 // boolean altKey
        end local 8 // boolean ctrlKey
        end local 7 // int clientY
        end local 6 // int clientX
        end local 5 // int screenY
        end local 4 // int screenX
        end local 3 // org.w3c.dom.views.AbstractView view
        end local 2 // int wheelDeltaY
        end local 1 // int wheelDeltaX
        end local 0 // com.sun.webkit.dom.WheelEventImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   14     0         this  Lcom/sun/webkit/dom/WheelEventImpl;
            0   14     1  wheelDeltaX  I
            0   14     2  wheelDeltaY  I
            0   14     3         view  Lorg/w3c/dom/views/AbstractView;
            0   14     4      screenX  I
            0   14     5      screenY  I
            0   14     6      clientX  I
            0   14     7      clientY  I
            0   14     8      ctrlKey  Z
            0   14     9       altKey  Z
            0   14    10     shiftKey  Z
            0   14    11      metaKey  Z
    MethodParameters:
             Name  Flags
      wheelDeltaX  
      wheelDeltaY  
      view         
      screenX      
      screenY      
      clientX      
      clientY      
      ctrlKey      
      altKey       
      shiftKey     
      metaKey      

  static native void initWheelEventImpl(long, int, int, long, int, int, int, int, boolean, boolean, boolean, boolean);
    descriptor: (JIIJIIIIZZZZ)V
    flags: (0x0108) ACC_STATIC, ACC_NATIVE
    MethodParameters:
             Name  Flags
      peer         
      wheelDeltaX  
      wheelDeltaY  
      view         
      screenX      
      screenY      
      clientX      
      clientY      
      ctrlKey      
      altKey       
      shiftKey     
      metaKey      
}
SourceFile: "WheelEventImpl.java"