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 37
            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=2, args_size=2
        start local 0 // sun.awt.X11.XRobotPeer this
        start local 1 // java.awt.GraphicsConfiguration gc
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 32
            aload 0 /* this */
            aconst_null
            putfield sun.awt.X11.XRobotPeer.xgc:Lsun/awt/X11GraphicsConfig;
         2: .line 40
            aload 0 /* this */
            aload 1 /* gc */
            checkcast sun.awt.X11GraphicsConfig
            putfield sun.awt.X11.XRobotPeer.xgc:Lsun/awt/X11GraphicsConfig;
         3: .line 41
            invokestatic sun.awt.X11.XRobotPeer.setup:()V
         4: .line 42
            return
        end local 1 // java.awt.GraphicsConfiguration gc
        end local 0 // sun.awt.X11.XRobotPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lsun/awt/X11/XRobotPeer;
            0    5     1    gc  Ljava/awt/GraphicsConfiguration;
    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 46
            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 49
            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 50
            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 53
            iload 1 /* buttons */
            invokestatic sun.awt.X11.XRobotPeer.mousePressImpl:(I)V
         1: .line 54
            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 57
            iload 1 /* buttons */
            invokestatic sun.awt.X11.XRobotPeer.mouseReleaseImpl:(I)V
         1: .line 58
            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 61
            iload 1 /* wheelAmt */
            invokestatic sun.awt.X11.XRobotPeer.mouseWheelImpl:(I)V
         1: .line 62
            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 65
            iload 1 /* keycode */
            invokestatic sun.awt.X11.XRobotPeer.keyPressImpl:(I)V
         1: .line 66
            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 69
            iload 1 /* keycode */
            invokestatic sun.awt.X11.XRobotPeer.keyReleaseImpl:(I)V
         1: .line 70
            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 73
            iconst_1
            newarray 10
            astore 3 /* pixelArray */
        start local 3 // int[] pixelArray
         1: .line 74
            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 75
            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 79
            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 80
            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 81
            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();
    descriptor: ()V
    flags: (0x012a) ACC_PRIVATE, ACC_STATIC, ACC_SYNCHRONIZED, ACC_NATIVE

  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  
}
SourceFile: "XRobotPeer.java"