class jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy extends sun.awt.dnd.SunDragSourceContextPeer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy
  super_class: sun.awt.dnd.SunDragSourceContextPeer
{
  public void <init>(jdk.swing.interop.DragSourceContextWrapper, java.awt.dnd.DragGestureEvent);
    descriptor: (Ljdk/swing/interop/DragSourceContextWrapper;Ljava/awt/dnd/DragGestureEvent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
         0: .line 1
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe type java.awt.datatransfer.Transferable cannot be resolved. It is indirectly referenced from required .class files\n\tThe type java.awt.datatransfer.DataFlavor cannot be resolved. It is indirectly referenced from required .class files\n\tThe import java.awt.datatransfer.Transferable cannot be resolved\n\tThe import java.awt.datatransfer.DataFlavor cannot be resolved\n\tTransferable cannot be resolved to a type\n\tDataFlavor cannot be resolved to a type\n\tThe type DragSourceContextWrapper.DragSourceContextPeerProxy must implement the inherited abstract method SunDragSourceContextPeer.startDrag(Transferable, long[], Map<Long,DataFlavor>)\n\tTransferable cannot be resolved to a type\n\tDataFlavor cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/swing/interop/DragSourceContextWrapper$DragSourceContextPeerProxy;
    MethodParameters:
        Name  Flags
      this$0  final
      e       

  protected void startDrag(Transferable, long[], java.util.Map<java.lang.Long, DataFlavor>);
    descriptor: (LTransferable;[JLjava/util/Map;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
         0: .line 87
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tTransferable cannot be resolved to a type\n\tDataFlavor cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/swing/interop/DragSourceContextWrapper$DragSourceContextPeerProxy;
    Signature: (LTransferable;[JLjava/util/Map<Ljava/lang/Long;LDataFlavor;>;)V
    MethodParameters:
           Name  Flags
      trans      
      formats    
      formatMap  

  protected void setNativeCursor(long, java.awt.Cursor, int);
    descriptor: (JLjava/awt/Cursor;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
         0: .line 92
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/swing/interop/DragSourceContextWrapper$DragSourceContextPeerProxy;
    MethodParameters:
            Name  Flags
      nativeCtxt  
      c           
      cType       

  public void startSecondaryEventLoop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
         0: .line 96
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/swing/interop/DragSourceContextWrapper$DragSourceContextPeerProxy;

  public void quitSecondaryEventLoop();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
         0: .line 100
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/swing/interop/DragSourceContextWrapper$DragSourceContextPeerProxy;

  protected void dragDropFinishedCall(boolean, int, int, int);
    descriptor: (ZIII)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
         0: .line 104
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/swing/interop/DragSourceContextWrapper$DragSourceContextPeerProxy;
    MethodParameters:
            Name  Flags
      success     final
      operations  final
      x           final
      y           final

  protected java.awt.dnd.DragSourceContext getDragSourceContextCall();
    descriptor: ()Ljava/awt/dnd/DragSourceContext;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
         0: .line 110
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/swing/interop/DragSourceContextWrapper$DragSourceContextPeerProxy;
}
SourceFile: "DragSourceContextWrapper.java"
NestHost: jdk.swing.interop.DragSourceContextWrapper
InnerClasses:
  private DragSourceContextPeerProxy = jdk.swing.interop.DragSourceContextWrapper$DragSourceContextPeerProxy of jdk.swing.interop.DragSourceContextWrapper