public class java.awt.dnd.DragSourceDragEvent extends java.awt.dnd.DragSourceEvent
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.awt.dnd.DragSourceDragEvent
  super_class: java.awt.dnd.DragSourceEvent
{
  private static final long serialVersionUID;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 481346297933902471

  private static final int JDK_1_3_MODIFIERS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 63

  private static final int JDK_1_4_MODIFIERS;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 16320

  private int targetActions;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int dropAction;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private int gestureModifiers;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean invalidModifiers;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  public void <init>(java.awt.dnd.DragSourceContext, int, int, int);
    descriptor: (Ljava/awt/dnd/DragSourceContext;III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // java.awt.dnd.DragSourceDragEvent this
        start local 1 // java.awt.dnd.DragSourceContext dsc
        start local 2 // int dropAction
        start local 3 // int action
        start local 4 // int modifiers
         0: .line 114
            aload 0 /* this */
            aload 1 /* dsc */
            invokespecial java.awt.dnd.DragSourceEvent.<init>:(Ljava/awt/dnd/DragSourceContext;)V
         1: .line 255
            aload 0 /* this */
            iconst_0
            putfield java.awt.dnd.DragSourceDragEvent.targetActions:I
         2: .line 262
            aload 0 /* this */
            iconst_0
            putfield java.awt.dnd.DragSourceDragEvent.dropAction:I
         3: .line 270
            aload 0 /* this */
            iconst_0
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         4: .line 116
            aload 0 /* this */
            iload 3 /* action */
            putfield java.awt.dnd.DragSourceDragEvent.targetActions:I
         5: .line 117
            aload 0 /* this */
            iload 4 /* modifiers */
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         6: .line 118
            aload 0 /* this */
            iload 2 /* dropAction */
            putfield java.awt.dnd.DragSourceDragEvent.dropAction:I
         7: .line 119
            iload 4 /* modifiers */
            sipush -16384
            iand
            ifeq 10
         8: .line 120
            aload 0 /* this */
            iconst_1
            putfield java.awt.dnd.DragSourceDragEvent.invalidModifiers:Z
         9: .line 121
            goto 17
      StackMap locals: java.awt.dnd.DragSourceDragEvent java.awt.dnd.DragSourceContext int int int
      StackMap stack:
        10: aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.getGestureModifiers:()I
            ifeq 13
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.getGestureModifiersEx:()I
            ifne 13
        11: .line 122
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.setNewModifiers:()V
        12: .line 123
            goto 17
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.getGestureModifiers:()I
            ifne 16
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.getGestureModifiersEx:()I
            ifeq 16
        14: .line 124
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.setOldModifiers:()V
        15: .line 125
            goto 17
        16: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield java.awt.dnd.DragSourceDragEvent.invalidModifiers:Z
        17: .line 128
      StackMap locals:
      StackMap stack:
            return
        end local 4 // int modifiers
        end local 3 // int action
        end local 2 // int dropAction
        end local 1 // java.awt.dnd.DragSourceContext dsc
        end local 0 // java.awt.dnd.DragSourceDragEvent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Ljava/awt/dnd/DragSourceDragEvent;
            0   18     1         dsc  Ljava/awt/dnd/DragSourceContext;
            0   18     2  dropAction  I
            0   18     3      action  I
            0   18     4   modifiers  I
    MethodParameters:
            Name  Flags
      dsc         
      dropAction  
      action      
      modifiers   

  public void <init>(java.awt.dnd.DragSourceContext, int, int, int, int, int);
    descriptor: (Ljava/awt/dnd/DragSourceContext;IIIII)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=7
        start local 0 // java.awt.dnd.DragSourceDragEvent this
        start local 1 // java.awt.dnd.DragSourceContext dsc
        start local 2 // int dropAction
        start local 3 // int action
        start local 4 // int modifiers
        start local 5 // int x
        start local 6 // int y
         0: .line 164
            aload 0 /* this */
            aload 1 /* dsc */
            iload 5 /* x */
            iload 6 /* y */
            invokespecial java.awt.dnd.DragSourceEvent.<init>:(Ljava/awt/dnd/DragSourceContext;II)V
         1: .line 255
            aload 0 /* this */
            iconst_0
            putfield java.awt.dnd.DragSourceDragEvent.targetActions:I
         2: .line 262
            aload 0 /* this */
            iconst_0
            putfield java.awt.dnd.DragSourceDragEvent.dropAction:I
         3: .line 270
            aload 0 /* this */
            iconst_0
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         4: .line 166
            aload 0 /* this */
            iload 3 /* action */
            putfield java.awt.dnd.DragSourceDragEvent.targetActions:I
         5: .line 167
            aload 0 /* this */
            iload 4 /* modifiers */
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         6: .line 168
            aload 0 /* this */
            iload 2 /* dropAction */
            putfield java.awt.dnd.DragSourceDragEvent.dropAction:I
         7: .line 169
            iload 4 /* modifiers */
            sipush -16384
            iand
            ifeq 10
         8: .line 170
            aload 0 /* this */
            iconst_1
            putfield java.awt.dnd.DragSourceDragEvent.invalidModifiers:Z
         9: .line 171
            goto 17
      StackMap locals: java.awt.dnd.DragSourceDragEvent java.awt.dnd.DragSourceContext int int int int int
      StackMap stack:
        10: aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.getGestureModifiers:()I
            ifeq 13
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.getGestureModifiersEx:()I
            ifne 13
        11: .line 172
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.setNewModifiers:()V
        12: .line 173
            goto 17
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.getGestureModifiers:()I
            ifne 16
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.getGestureModifiersEx:()I
            ifeq 16
        14: .line 174
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.setOldModifiers:()V
        15: .line 175
            goto 17
        16: .line 176
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield java.awt.dnd.DragSourceDragEvent.invalidModifiers:Z
        17: .line 178
      StackMap locals:
      StackMap stack:
            return
        end local 6 // int y
        end local 5 // int x
        end local 4 // int modifiers
        end local 3 // int action
        end local 2 // int dropAction
        end local 1 // java.awt.dnd.DragSourceContext dsc
        end local 0 // java.awt.dnd.DragSourceDragEvent this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   18     0        this  Ljava/awt/dnd/DragSourceDragEvent;
            0   18     1         dsc  Ljava/awt/dnd/DragSourceContext;
            0   18     2  dropAction  I
            0   18     3      action  I
            0   18     4   modifiers  I
            0   18     5           x  I
            0   18     6           y  I
    MethodParameters:
            Name  Flags
      dsc         
      dropAction  
      action      
      modifiers   
      x           
      y           

  public int getTargetActions();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragSourceDragEvent this
         0: .line 186
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.targetActions:I
            ireturn
        end local 0 // java.awt.dnd.DragSourceDragEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/dnd/DragSourceDragEvent;

  public int getGestureModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragSourceDragEvent this
         0: .line 207
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.invalidModifiers:Z
            ifeq 1
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            bipush 63
            iand
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.awt.dnd.DragSourceDragEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/dnd/DragSourceDragEvent;

  public int getGestureModifiersEx();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragSourceDragEvent this
         0: .line 224
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.invalidModifiers:Z
            ifeq 1
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 16320
            iand
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // java.awt.dnd.DragSourceDragEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljava/awt/dnd/DragSourceDragEvent;

  public int getUserAction();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragSourceDragEvent this
         0: .line 232
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.dropAction:I
            ireturn
        end local 0 // java.awt.dnd.DragSourceDragEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/dnd/DragSourceDragEvent;

  public int getDropAction();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragSourceDragEvent this
         0: .line 243
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.targetActions:I
            aload 0 /* this */
            invokevirtual java.awt.dnd.DragSourceDragEvent.getDragSourceContext:()Ljava/awt/dnd/DragSourceContext;
            invokevirtual java.awt.dnd.DragSourceContext.getSourceActions:()I
            iand
            ireturn
        end local 0 // java.awt.dnd.DragSourceDragEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/dnd/DragSourceDragEvent;

  private void setNewModifiers();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragSourceDragEvent this
         0: .line 286
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            bipush 16
            iand
            ifeq 2
         1: .line 287
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 1024
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         2: .line 289
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            bipush 8
            iand
            ifeq 4
         3: .line 290
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 2048
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         4: .line 292
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            iconst_4
            iand
            ifeq 6
         5: .line 293
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 4096
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         6: .line 295
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            iconst_1
            iand
            ifeq 8
         7: .line 296
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            bipush 64
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         8: .line 298
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            iconst_2
            iand
            ifeq 10
         9: .line 299
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 128
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
        10: .line 301
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            bipush 32
            iand
            ifeq 12
        11: .line 302
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 8192
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
        12: .line 304
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.awt.dnd.DragSourceDragEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljava/awt/dnd/DragSourceDragEvent;

  private void setOldModifiers();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.awt.dnd.DragSourceDragEvent this
         0: .line 311
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 1024
            iand
            ifeq 2
         1: .line 312
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            bipush 16
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         2: .line 314
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 2048
            iand
            ifeq 4
         3: .line 315
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            bipush 8
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         4: .line 317
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 4096
            iand
            ifeq 6
         5: .line 318
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            iconst_4
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         6: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            bipush 64
            iand
            ifeq 8
         7: .line 321
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            iconst_1
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
         8: .line 323
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 128
            iand
            ifeq 10
         9: .line 324
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            iconst_2
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
        10: .line 326
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            sipush 8192
            iand
            ifeq 12
        11: .line 327
            aload 0 /* this */
            dup
            getfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
            bipush 32
            ior
            putfield java.awt.dnd.DragSourceDragEvent.gestureModifiers:I
        12: .line 329
      StackMap locals:
      StackMap stack:
            return
        end local 0 // java.awt.dnd.DragSourceDragEvent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljava/awt/dnd/DragSourceDragEvent;
}
SourceFile: "DragSourceDragEvent.java"