class javax.swing.text.JTextComponent$1 implements sun.swing.SwingAccessor$JTextComponentAccessor
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: javax.swing.text.JTextComponent$1
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // javax.swing.text.JTextComponent$1 this
         0: .line 769
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // javax.swing.text.JTextComponent$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/swing/text/JTextComponent$1;

  public javax.swing.TransferHandler$DropLocation dropLocationForPoint(javax.swing.text.JTextComponent, java.awt.Point);
    descriptor: (Ljavax/swing/text/JTextComponent;Ljava/awt/Point;)Ljavax/swing/TransferHandler$DropLocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // javax.swing.text.JTextComponent$1 this
        start local 1 // javax.swing.text.JTextComponent textComp
        start local 2 // java.awt.Point p
         0: .line 773
            aload 1 /* textComp */
            aload 2 /* p */
            invokevirtual javax.swing.text.JTextComponent.dropLocationForPoint:(Ljava/awt/Point;)Ljavax/swing/text/JTextComponent$DropLocation;
            areturn
        end local 2 // java.awt.Point p
        end local 1 // javax.swing.text.JTextComponent textComp
        end local 0 // javax.swing.text.JTextComponent$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavax/swing/text/JTextComponent$1;
            0    1     1  textComp  Ljavax/swing/text/JTextComponent;
            0    1     2         p  Ljava/awt/Point;
    MethodParameters:
          Name  Flags
      textComp  
      p         

  public java.lang.Object setDropLocation(javax.swing.text.JTextComponent, javax.swing.TransferHandler$DropLocation, java.lang.Object, boolean);
    descriptor: (Ljavax/swing/text/JTextComponent;Ljavax/swing/TransferHandler$DropLocation;Ljava/lang/Object;Z)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // javax.swing.text.JTextComponent$1 this
        start local 1 // javax.swing.text.JTextComponent textComp
        start local 2 // javax.swing.TransferHandler$DropLocation location
        start local 3 // java.lang.Object state
        start local 4 // boolean forDrop
         0: .line 779
            aload 1 /* textComp */
            aload 2 /* location */
            aload 3 /* state */
            iload 4 /* forDrop */
            invokevirtual javax.swing.text.JTextComponent.setDropLocation:(Ljavax/swing/TransferHandler$DropLocation;Ljava/lang/Object;Z)Ljava/lang/Object;
            areturn
        end local 4 // boolean forDrop
        end local 3 // java.lang.Object state
        end local 2 // javax.swing.TransferHandler$DropLocation location
        end local 1 // javax.swing.text.JTextComponent textComp
        end local 0 // javax.swing.text.JTextComponent$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavax/swing/text/JTextComponent$1;
            0    1     1  textComp  Ljavax/swing/text/JTextComponent;
            0    1     2  location  Ljavax/swing/TransferHandler$DropLocation;
            0    1     3     state  Ljava/lang/Object;
            0    1     4   forDrop  Z
    MethodParameters:
          Name  Flags
      textComp  
      location  
      state     
      forDrop   
}
SourceFile: "JTextComponent.java"
EnclosingMethod: javax.swing.text.JTextComponent
NestHost: javax.swing.text.JTextComponent
InnerClasses:
  public DropLocation = javax.swing.TransferHandler$DropLocation of javax.swing.TransferHandler
  javax.swing.text.JTextComponent$1
  public final DropLocation = javax.swing.text.JTextComponent$DropLocation of javax.swing.text.JTextComponent
  public abstract JTextComponentAccessor = sun.swing.SwingAccessor$JTextComponentAccessor of sun.swing.SwingAccessor