class sun.awt.X11.XRobotPeer implements java.awt.peer.RobotPeer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.awt.X11.XRobotPeer
  super_class: java.lang.Object
{
  private sun.awt.X11GraphicsConfig xgc;
    descriptor: Lsun/awt/X11GraphicsConfig;
    flags: (0x0002) ACC_PRIVATE

  static java.lang.Object robotLock;
    descriptor: Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 38
            invokestatic sun.awt.X11.XRobotPeer.loadNativeLibraries:()V
         1: .line 46
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic sun.awt.X11.XRobotPeer.robotLock:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(java.awt.GraphicsConfiguration);
    descriptor: (Ljava/awt/GraphicsConfiguration;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // sun.awt.X11.XRobotPeer this
        start local 1 // java.awt.GraphicsConfiguration gc
         0: .line 48
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11.XRobotPeer.xgc:Lsun/awt/X11GraphicsConfig;
         2: .line 49
            aload 0 /* this */
            aload 1 /* gc */
            checkcast sun.awt.X11GraphicsConfig
            putfield sun.awt.X11.XRobotPeer.xgc:Lsun/awt/X11GraphicsConfig;
         3: .line 50
            invokestatic java.awt.Toolkit.getDefaultToolkit:()Ljava/awt/Toolkit;
            checkcast sun.awt.SunToolkit
            astore 2 /* tk */
        start local 2 // sun.awt.SunToolkit tk
         4: .line 51
            aload 2 /* tk */
            invokevirtual sun.awt.SunToolkit.getNumberOfButtons:()I
            invokestatic sun.awt.AWTAccessor.getInputEventAccessor:()Lsun/awt/AWTAccessor$InputEventAccessor;
            invokeinterface sun.awt.AWTAccessor$InputEventAccessor.getButtonDownMasks:()[I
            invokestatic sun.awt.X11.XRobotPeer.setup:(I[I)V
         5: .line 52
            return
        end local 2 // sun.awt.SunToolkit tk
        end local 1 // java.awt.GraphicsConfiguration gc
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lsun/awt/X11/XRobotPeer;
            0    6     1    gc  Ljava/awt/GraphicsConfiguration;
            4    6     2    tk  Lsun/awt/SunToolkit;
    MethodParameters:
      Name  Flags
      gc    

  public void dispose();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // sun.awt.X11.XRobotPeer this
         0: .line 56
            return
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/X11/XRobotPeer;

  public void mouseMove(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // sun.awt.X11.XRobotPeer this
        start local 1 // int x
        start local 2 // int y
         0: .line 59
            aload 0 /* this */
            getfield sun.awt.X11.XRobotPeer.xgc:Lsun/awt/X11GraphicsConfig;
            iload 1 /* x */
            iload 2 /* y */
            invokestatic sun.awt.X11.XRobotPeer.mouseMoveImpl:(Lsun/awt/X11GraphicsConfig;II)V
         1: .line 60
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/X11/XRobotPeer;
            0    2     1     x  I
            0    2     2     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public void mousePress(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.awt.X11.XRobotPeer this
        start local 1 // int buttons
         0: .line 63
            iload 1 /* buttons */
            invokestatic sun.awt.X11.XRobotPeer.mousePressImpl:(I)V
         1: .line 64
            return
        end local 1 // int buttons
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/awt/X11/XRobotPeer;
            0    2     1  buttons  I
    MethodParameters:
         Name  Flags
      buttons  

  public void mouseRelease(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.awt.X11.XRobotPeer this
        start local 1 // int buttons
         0: .line 67
            iload 1 /* buttons */
            invokestatic sun.awt.X11.XRobotPeer.mouseReleaseImpl:(I)V
         1: .line 68
            return
        end local 1 // int buttons
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/awt/X11/XRobotPeer;
            0    2     1  buttons  I
    MethodParameters:
         Name  Flags
      buttons  

  public void mouseWheel(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.awt.X11.XRobotPeer this
        start local 1 // int wheelAmt
         0: .line 71
            iload 1 /* wheelAmt */
            invokestatic sun.awt.X11.XRobotPeer.mouseWheelImpl:(I)V
         1: .line 72
            return
        end local 1 // int wheelAmt
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lsun/awt/X11/XRobotPeer;
            0    2     1  wheelAmt  I
    MethodParameters:
          Name  Flags
      wheelAmt  

  public void keyPress(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.awt.X11.XRobotPeer this
        start local 1 // int keycode
         0: .line 75
            iload 1 /* keycode */
            invokestatic sun.awt.X11.XRobotPeer.keyPressImpl:(I)V
         1: .line 76
            return
        end local 1 // int keycode
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/awt/X11/XRobotPeer;
            0    2     1  keycode  I
    MethodParameters:
         Name  Flags
      keycode  

  public void keyRelease(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.awt.X11.XRobotPeer this
        start local 1 // int keycode
         0: .line 79
            iload 1 /* keycode */
            invokestatic sun.awt.X11.XRobotPeer.keyReleaseImpl:(I)V
         1: .line 80
            return
        end local 1 // int keycode
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lsun/awt/X11/XRobotPeer;
            0    2     1  keycode  I
    MethodParameters:
         Name  Flags
      keycode  

  public int getRGBPixel(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // sun.awt.X11.XRobotPeer this
        start local 1 // int x
        start local 2 // int y
         0: .line 83
            iconst_1
            newarray 10
            astore 3 /* pixelArray */
        start local 3 // int[] pixelArray
         1: .line 84
            aload 0 /* this */
            getfield sun.awt.X11.XRobotPeer.xgc:Lsun/awt/X11GraphicsConfig;
            iload 1 /* x */
            iload 2 /* y */
            iconst_1
            iconst_1
            aload 3 /* pixelArray */
            invokestatic sun.awt.X11.XRobotPeer.getRGBPixelsImpl:(Lsun/awt/X11GraphicsConfig;IIII[I)V
         2: .line 85
            aload 3 /* pixelArray */
            iconst_0
            iaload
            ireturn
        end local 3 // int[] pixelArray
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/awt/X11/XRobotPeer;
            0    3     1           x  I
            0    3     2           y  I
            1    3     3  pixelArray  [I
    MethodParameters:
      Name  Flags
      x     
      y     

  public int[] getRGBPixels(java.awt.Rectangle);
    descriptor: (Ljava/awt/Rectangle;)[I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // sun.awt.X11.XRobotPeer this
        start local 1 // java.awt.Rectangle bounds
         0: .line 89
            aload 1 /* bounds */
            getfield java.awt.Rectangle.width:I
            aload 1 /* bounds */
            getfield java.awt.Rectangle.height:I
            imul
            newarray 10
            astore 2 /* pixelArray */
        start local 2 // int[] pixelArray
         1: .line 90
            aload 0 /* this */
            getfield sun.awt.X11.XRobotPeer.xgc:Lsun/awt/X11GraphicsConfig;
            aload 1 /* bounds */
            getfield java.awt.Rectangle.x:I
            aload 1 /* bounds */
            getfield java.awt.Rectangle.y:I
            aload 1 /* bounds */
            getfield java.awt.Rectangle.width:I
            aload 1 /* bounds */
            getfield java.awt.Rectangle.height:I
            aload 2 /* pixelArray */
            invokestatic sun.awt.X11.XRobotPeer.getRGBPixelsImpl:(Lsun/awt/X11GraphicsConfig;IIII[I)V
         2: .line 91
            aload 2 /* pixelArray */
            areturn
        end local 2 // int[] pixelArray
        end local 1 // java.awt.Rectangle bounds
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/awt/X11/XRobotPeer;
            0    3     1      bounds  Ljava/awt/Rectangle;
            1    3     2  pixelArray  [I
    MethodParameters:
        Name  Flags
      bounds  

  private static synchronized native void setup(int, int[]);
    descriptor: (I[I)V
    flags: (0x012a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    MethodParameters:
                 Name  Flags
      numberOfButtons  
      buttonDownMasks  

  private static synchronized native void mouseMoveImpl(sun.awt.X11GraphicsConfig, int, int);
    descriptor: (Lsun/awt/X11GraphicsConfig;II)V
    flags: (0x012a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    MethodParameters:
      Name  Flags
      xgc   
      x     
      y     

  private static synchronized native void mousePressImpl(int);
    descriptor: (I)V
    flags: (0x012a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    MethodParameters:
         Name  Flags
      buttons  

  private static synchronized native void mouseReleaseImpl(int);
    descriptor: (I)V
    flags: (0x012a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    MethodParameters:
         Name  Flags
      buttons  

  private static synchronized native void mouseWheelImpl(int);
    descriptor: (I)V
    flags: (0x012a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    MethodParameters:
          Name  Flags
      wheelAmt  

  private static synchronized native void keyPressImpl(int);
    descriptor: (I)V
    flags: (0x012a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    MethodParameters:
         Name  Flags
      keycode  

  private static synchronized native void keyReleaseImpl(int);
    descriptor: (I)V
    flags: (0x012a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    MethodParameters:
         Name  Flags
      keycode  

  private static synchronized native void getRGBPixelsImpl(sun.awt.X11GraphicsConfig, int, int, int, int, int[]);
    descriptor: (Lsun/awt/X11GraphicsConfig;IIII[I)V
    flags: (0x012a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE
    MethodParameters:
            Name  Flags
      xgc         
      x           
      y           
      width       
      height      
      pixelArray  

  private static native void loadNativeLibraries();
    descriptor: ()V
    flags: (0x010a) ACC_PRIVATE, ACC_STATIC, ACC_NATIVE
}
SourceFile: "XRobotPeer.java"
InnerClasses:
  public abstract InputEventAccessor = sun.awt.AWTAccessor$InputEventAccessor of sun.awt.AWTAccessor