final class sun.awt.windows.WRobotPeer extends sun.awt.windows.WObjectPeer implements java.awt.peer.RobotPeer
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: sun.awt.windows.WRobotPeer
  super_class: sun.awt.windows.WObjectPeer
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.windows.WRobotPeer this
         0: .line 33
            aload 0 /* this */
            invokespecial sun.awt.windows.WObjectPeer.<init>:()V
         1: .line 34
            aload 0 /* this */
            invokevirtual sun.awt.windows.WRobotPeer.create:()V
         2: .line 35
            return
        end local 0 // sun.awt.windows.WRobotPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/awt/windows/WRobotPeer;

  void <init>(java.awt.GraphicsDevice);
    descriptor: (Ljava/awt/GraphicsDevice;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // sun.awt.windows.WRobotPeer this
        start local 1 // java.awt.GraphicsDevice screen
         0: .line 36
            aload 0 /* this */
            invokespecial sun.awt.windows.WObjectPeer.<init>:()V
         1: .line 37
            aload 0 /* this */
            invokevirtual sun.awt.windows.WRobotPeer.create:()V
         2: .line 38
            return
        end local 1 // java.awt.GraphicsDevice screen
        end local 0 // sun.awt.windows.WRobotPeer this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lsun/awt/windows/WRobotPeer;
            0    3     1  screen  Ljava/awt/GraphicsDevice;
    MethodParameters:
        Name  Flags
      screen  

  private synchronized native void _dispose();
    descriptor: ()V
    flags: (0x0122) ACC_PRIVATE, ACC_SYNCHRONIZED, ACC_NATIVE

  protected void disposeImpl();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.awt.windows.WRobotPeer this
         0: .line 44
            aload 0 /* this */
            invokevirtual sun.awt.windows.WRobotPeer._dispose:()V
         1: .line 45
            return
        end local 0 // sun.awt.windows.WRobotPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WRobotPeer;

  public native void create();
    descriptor: ()V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE

  public native void mouseMoveImpl(int, int);
    descriptor: (II)V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    MethodParameters:
      Name  Flags
      x     
      y     

  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.windows.WRobotPeer this
        start local 1 // int x
        start local 2 // int y
         0: .line 51
            aload 0 /* this */
            iload 1 /* x */
            iload 2 /* y */
            invokevirtual sun.awt.windows.WRobotPeer.mouseMoveImpl:(II)V
         1: .line 52
            return
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.windows.WRobotPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lsun/awt/windows/WRobotPeer;
            0    2     1     x  I
            0    2     2     y  I
    MethodParameters:
      Name  Flags
      x     
      y     

  public native void mousePress(int);
    descriptor: (I)V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    MethodParameters:
         Name  Flags
      buttons  

  public native void mouseRelease(int);
    descriptor: (I)V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    MethodParameters:
         Name  Flags
      buttons  

  public native void mouseWheel(int);
    descriptor: (I)V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    MethodParameters:
          Name  Flags
      wheelAmt  

  public native void keyPress(int);
    descriptor: (I)V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    MethodParameters:
         Name  Flags
      keycode  

  public native void keyRelease(int);
    descriptor: (I)V
    flags: (0x0101) ACC_PUBLIC, ACC_NATIVE
    MethodParameters:
         Name  Flags
      keycode  

  public int getRGBPixel(int, int);
    descriptor: (II)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // sun.awt.windows.WRobotPeer this
        start local 1 // int x
        start local 2 // int y
         0: .line 68
            aload 0 /* this */
            new java.awt.Rectangle
            dup
            iload 1 /* x */
            iload 2 /* y */
            iconst_1
            iconst_1
            invokespecial java.awt.Rectangle.<init>:(IIII)V
            invokevirtual sun.awt.windows.WRobotPeer.getRGBPixels:(Ljava/awt/Rectangle;)[I
            iconst_0
            iaload
            ireturn
        end local 2 // int y
        end local 1 // int x
        end local 0 // sun.awt.windows.WRobotPeer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/awt/windows/WRobotPeer;
            0    1     1     x  I
            0    1     2     y  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.windows.WRobotPeer this
        start local 1 // java.awt.Rectangle bounds
         0: .line 73
            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 74
            aload 0 /* this */
            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 */
            invokevirtual sun.awt.windows.WRobotPeer.getRGBPixels:(IIII[I)V
         2: .line 75
            aload 2 /* pixelArray */
            areturn
        end local 2 // int[] pixelArray
        end local 1 // java.awt.Rectangle bounds
        end local 0 // sun.awt.windows.WRobotPeer this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lsun/awt/windows/WRobotPeer;
            0    3     1      bounds  Ljava/awt/Rectangle;
            1    3     2  pixelArray  [I
    MethodParameters:
        Name  Flags
      bounds  

  private native void getRGBPixels(int, int, int, int, int[]);
    descriptor: (IIII[I)V
    flags: (0x0102) ACC_PRIVATE, ACC_NATIVE
    MethodParameters:
            Name  Flags
      x           
      y           
      width       
      height      
      pixelArray  
}
SourceFile: "WRobotPeer.java"