public final class javafx.scene.robot.Robot
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: javafx.scene.robot.Robot
  super_class: java.lang.Object
{
  private final com.sun.glass.ui.GlassRobot peer;
    descriptor: Lcom/sun/glass/ui/GlassRobot;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // javafx.scene.robot.Robot this
         0: .line 69
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 70
            invokestatic com.sun.glass.ui.Application.checkEventThread:()V
         2: .line 73
            invokestatic java.lang.System.getSecurityManager:()Ljava/lang/SecurityManager;
            astore 1 /* sm */
        start local 1 // java.lang.SecurityManager sm
         3: .line 74
            aload 1 /* sm */
            ifnull 5
         4: .line 75
            aload 1 /* sm */
            getstatic com.sun.javafx.FXPermissions.CREATE_ROBOT_PERMISSION:Ljavafx/util/FXPermission;
            invokevirtual java.lang.SecurityManager.checkPermission:(Ljava/security/Permission;)V
         5: .line 78
      StackMap locals: javafx.scene.robot.Robot java.lang.SecurityManager
      StackMap stack:
            aload 0 /* this */
            invokestatic com.sun.javafx.tk.Toolkit.getToolkit:()Lcom/sun/javafx/tk/Toolkit;
            invokevirtual com.sun.javafx.tk.Toolkit.createRobot:()Lcom/sun/glass/ui/GlassRobot;
            putfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
         6: .line 79
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            invokevirtual com.sun.glass.ui.GlassRobot.create:()V
         7: .line 80
            return
        end local 1 // java.lang.SecurityManager sm
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljavafx/scene/robot/Robot;
            3    8     1    sm  Ljava/lang/SecurityManager;

  public void keyPress(javafx.scene.input.KeyCode);
    descriptor: (Ljavafx/scene/input/KeyCode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.scene.input.KeyCode keyCode
         0: .line 91
            aload 1 /* keyCode */
            ldc "keyCode must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 92
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            aload 1 /* keyCode */
            invokevirtual com.sun.glass.ui.GlassRobot.keyPress:(Ljavafx/scene/input/KeyCode;)V
         2: .line 93
            return
        end local 1 // javafx.scene.input.KeyCode keyCode
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavafx/scene/robot/Robot;
            0    3     1  keyCode  Ljavafx/scene/input/KeyCode;
    MethodParameters:
         Name  Flags
      keyCode  

  public void keyRelease(javafx.scene.input.KeyCode);
    descriptor: (Ljavafx/scene/input/KeyCode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.scene.input.KeyCode keyCode
         0: .line 104
            aload 1 /* keyCode */
            ldc "keyCode must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 105
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            aload 1 /* keyCode */
            invokevirtual com.sun.glass.ui.GlassRobot.keyRelease:(Ljavafx/scene/input/KeyCode;)V
         2: .line 106
            return
        end local 1 // javafx.scene.input.KeyCode keyCode
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavafx/scene/robot/Robot;
            0    3     1  keyCode  Ljavafx/scene/input/KeyCode;
    MethodParameters:
         Name  Flags
      keyCode  

  public void keyType(javafx.scene.input.KeyCode);
    descriptor: (Ljavafx/scene/input/KeyCode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.scene.input.KeyCode keyCode
         0: .line 119
            aload 1 /* keyCode */
            ldc "keyCode must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 120
            aload 0 /* this */
            aload 1 /* keyCode */
            invokevirtual javafx.scene.robot.Robot.keyPress:(Ljavafx/scene/input/KeyCode;)V
         2: .line 121
            aload 0 /* this */
            aload 1 /* keyCode */
            invokevirtual javafx.scene.robot.Robot.keyRelease:(Ljavafx/scene/input/KeyCode;)V
         3: .line 122
            return
        end local 1 // javafx.scene.input.KeyCode keyCode
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljavafx/scene/robot/Robot;
            0    4     1  keyCode  Ljavafx/scene/input/KeyCode;
    MethodParameters:
         Name  Flags
      keyCode  

  public double getMouseX();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.robot.Robot this
         0: .line 132
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            invokevirtual com.sun.glass.ui.GlassRobot.getMouseX:()D
            dreturn
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/robot/Robot;

  public double getMouseY();
    descriptor: ()D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javafx.scene.robot.Robot this
         0: .line 143
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            invokevirtual com.sun.glass.ui.GlassRobot.getMouseY:()D
            dreturn
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/robot/Robot;

  public javafx.geometry.Point2D getMousePosition();
    descriptor: ()Ljavafx/geometry/Point2D;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // javafx.scene.robot.Robot this
         0: .line 154
            new javafx.geometry.Point2D
            dup
            aload 0 /* this */
            invokevirtual javafx.scene.robot.Robot.getMouseX:()D
            aload 0 /* this */
            invokevirtual javafx.scene.robot.Robot.getMouseY:()D
            invokespecial javafx.geometry.Point2D.<init>:(DD)V
            areturn
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/robot/Robot;

  public void mouseMove(double, double);
    descriptor: (DD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // double x
        start local 3 // double y
         0: .line 167
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            dload 1 /* x */
            dload 3 /* y */
            invokevirtual com.sun.glass.ui.GlassRobot.mouseMove:(DD)V
         1: .line 168
            return
        end local 3 // double y
        end local 1 // double x
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavafx/scene/robot/Robot;
            0    2     1     x  D
            0    2     3     y  D
    MethodParameters:
      Name  Flags
      x     
      y     

  public final void mouseMove(javafx.geometry.Point2D);
    descriptor: (Ljavafx/geometry/Point2D;)V
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.geometry.Point2D location
         0: .line 180
            aload 1 /* location */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 181
            aload 0 /* this */
            aload 1 /* location */
            invokevirtual javafx.geometry.Point2D.getX:()D
            aload 1 /* location */
            invokevirtual javafx.geometry.Point2D.getY:()D
            invokevirtual javafx.scene.robot.Robot.mouseMove:(DD)V
         2: .line 182
            return
        end local 1 // javafx.geometry.Point2D location
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Ljavafx/scene/robot/Robot;
            0    3     1  location  Ljavafx/geometry/Point2D;
    MethodParameters:
          Name  Flags
      location  

  public void mousePress(javafx.scene.input.MouseButton[]);
    descriptor: ([Ljavafx/scene/input/MouseButton;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.scene.input.MouseButton[] buttons
         0: .line 193
            aload 1 /* buttons */
            ldc "buttons must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 194
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            aload 1 /* buttons */
            invokevirtual com.sun.glass.ui.GlassRobot.mousePress:([Ljavafx/scene/input/MouseButton;)V
         2: .line 195
            return
        end local 1 // javafx.scene.input.MouseButton[] buttons
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavafx/scene/robot/Robot;
            0    3     1  buttons  [Ljavafx/scene/input/MouseButton;
    MethodParameters:
         Name  Flags
      buttons  

  public void mouseRelease(javafx.scene.input.MouseButton[]);
    descriptor: ([Ljavafx/scene/input/MouseButton;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.scene.input.MouseButton[] buttons
         0: .line 206
            aload 1 /* buttons */
            ldc "buttons must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 207
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            aload 1 /* buttons */
            invokevirtual com.sun.glass.ui.GlassRobot.mouseRelease:([Ljavafx/scene/input/MouseButton;)V
         2: .line 208
            return
        end local 1 // javafx.scene.input.MouseButton[] buttons
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljavafx/scene/robot/Robot;
            0    3     1  buttons  [Ljavafx/scene/input/MouseButton;
    MethodParameters:
         Name  Flags
      buttons  

  public void mouseClick(javafx.scene.input.MouseButton[]);
    descriptor: ([Ljavafx/scene/input/MouseButton;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.scene.input.MouseButton[] buttons
         0: .line 221
            aload 1 /* buttons */
            ldc "buttons must not be null"
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 222
            aload 0 /* this */
            aload 1 /* buttons */
            invokevirtual javafx.scene.robot.Robot.mousePress:([Ljavafx/scene/input/MouseButton;)V
         2: .line 223
            aload 0 /* this */
            aload 1 /* buttons */
            invokevirtual javafx.scene.robot.Robot.mouseRelease:([Ljavafx/scene/input/MouseButton;)V
         3: .line 224
            return
        end local 1 // javafx.scene.input.MouseButton[] buttons
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Ljavafx/scene/robot/Robot;
            0    4     1  buttons  [Ljavafx/scene/input/MouseButton;
    MethodParameters:
         Name  Flags
      buttons  

  public void mouseWheel(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // int wheelAmt
         0: .line 236
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            iload 1 /* wheelAmt */
            invokevirtual com.sun.glass.ui.GlassRobot.mouseWheel:(I)V
         1: .line 237
            return
        end local 1 // int wheelAmt
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Ljavafx/scene/robot/Robot;
            0    2     1  wheelAmt  I
    MethodParameters:
          Name  Flags
      wheelAmt  

  public javafx.scene.paint.Color getPixelColor(double, double);
    descriptor: (DD)Ljavafx/scene/paint/Color;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // double x
        start local 3 // double y
         0: .line 255
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            dload 1 /* x */
            dload 3 /* y */
            invokevirtual com.sun.glass.ui.GlassRobot.getPixelColor:(DD)Ljavafx/scene/paint/Color;
            areturn
        end local 3 // double y
        end local 1 // double x
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavafx/scene/robot/Robot;
            0    1     1     x  D
            0    1     3     y  D
    MethodParameters:
      Name  Flags
      x     
      y     

  public javafx.scene.paint.Color getPixelColor(javafx.geometry.Point2D);
    descriptor: (Ljavafx/geometry/Point2D;)Ljavafx/scene/paint/Color;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.geometry.Point2D location
         0: .line 274
            aload 0 /* this */
            aload 1 /* location */
            invokevirtual javafx.geometry.Point2D.getX:()D
            aload 1 /* location */
            invokevirtual javafx.geometry.Point2D.getY:()D
            invokevirtual javafx.scene.robot.Robot.getPixelColor:(DD)Ljavafx/scene/paint/Color;
            areturn
        end local 1 // javafx.geometry.Point2D location
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Ljavafx/scene/robot/Robot;
            0    1     1  location  Ljavafx/geometry/Point2D;
    MethodParameters:
          Name  Flags
      location  

  public javafx.scene.image.WritableImage getScreenCapture(javafx.scene.image.WritableImage, double, double, double, double, boolean);
    descriptor: (Ljavafx/scene/image/WritableImage;DDDDZ)Ljavafx/scene/image/WritableImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=11, args_size=7
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.scene.image.WritableImage image
        start local 2 // double x
        start local 4 // double y
        start local 6 // double width
        start local 8 // double height
        start local 10 // boolean scaleToFit
         0: .line 313
            aload 0 /* this */
            getfield javafx.scene.robot.Robot.peer:Lcom/sun/glass/ui/GlassRobot;
            aload 1 /* image */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* width */
            dload 8 /* height */
            iload 10 /* scaleToFit */
            invokevirtual com.sun.glass.ui.GlassRobot.getScreenCapture:(Ljavafx/scene/image/WritableImage;DDDDZ)Ljavafx/scene/image/WritableImage;
            areturn
        end local 10 // boolean scaleToFit
        end local 8 // double height
        end local 6 // double width
        end local 4 // double y
        end local 2 // double x
        end local 1 // javafx.scene.image.WritableImage image
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljavafx/scene/robot/Robot;
            0    1     1       image  Ljavafx/scene/image/WritableImage;
            0    1     2           x  D
            0    1     4           y  D
            0    1     6       width  D
            0    1     8      height  D
            0    1    10  scaleToFit  Z
    MethodParameters:
            Name  Flags
      image       
      x           
      y           
      width       
      height      
      scaleToFit  

  public javafx.scene.image.WritableImage getScreenCapture(javafx.scene.image.WritableImage, double, double, double, double);
    descriptor: (Ljavafx/scene/image/WritableImage;DDDD)Ljavafx/scene/image/WritableImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=10, args_size=6
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.scene.image.WritableImage image
        start local 2 // double x
        start local 4 // double y
        start local 6 // double width
        start local 8 // double height
         0: .line 336
            aload 0 /* this */
            aload 1 /* image */
            dload 2 /* x */
            dload 4 /* y */
            dload 6 /* width */
            dload 8 /* height */
            iconst_1
            invokevirtual javafx.scene.robot.Robot.getScreenCapture:(Ljavafx/scene/image/WritableImage;DDDDZ)Ljavafx/scene/image/WritableImage;
            areturn
        end local 8 // double height
        end local 6 // double width
        end local 4 // double y
        end local 2 // double x
        end local 1 // javafx.scene.image.WritableImage image
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Ljavafx/scene/robot/Robot;
            0    1     1   image  Ljavafx/scene/image/WritableImage;
            0    1     2       x  D
            0    1     4       y  D
            0    1     6   width  D
            0    1     8  height  D
    MethodParameters:
        Name  Flags
      image   
      x       
      y       
      width   
      height  

  public javafx.scene.image.WritableImage getScreenCapture(javafx.scene.image.WritableImage, javafx.geometry.Rectangle2D);
    descriptor: (Ljavafx/scene/image/WritableImage;Ljavafx/geometry/Rectangle2D;)Ljavafx/scene/image/WritableImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=3, args_size=3
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.scene.image.WritableImage image
        start local 2 // javafx.geometry.Rectangle2D region
         0: .line 356
            aload 2 /* region */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 357
            aload 0 /* this */
            aload 1 /* image */
            aload 2 /* region */
            invokevirtual javafx.geometry.Rectangle2D.getMinX:()D
            aload 2 /* region */
            invokevirtual javafx.geometry.Rectangle2D.getMinY:()D
         2: .line 358
            aload 2 /* region */
            invokevirtual javafx.geometry.Rectangle2D.getWidth:()D
            aload 2 /* region */
            invokevirtual javafx.geometry.Rectangle2D.getHeight:()D
            iconst_1
         3: .line 357
            invokevirtual javafx.scene.robot.Robot.getScreenCapture:(Ljavafx/scene/image/WritableImage;DDDDZ)Ljavafx/scene/image/WritableImage;
            areturn
        end local 2 // javafx.geometry.Rectangle2D region
        end local 1 // javafx.scene.image.WritableImage image
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Ljavafx/scene/robot/Robot;
            0    4     1   image  Ljavafx/scene/image/WritableImage;
            0    4     2  region  Ljavafx/geometry/Rectangle2D;
    MethodParameters:
        Name  Flags
      image   
      region  

  public javafx.scene.image.WritableImage getScreenCapture(javafx.scene.image.WritableImage, javafx.geometry.Rectangle2D, boolean);
    descriptor: (Ljavafx/scene/image/WritableImage;Ljavafx/geometry/Rectangle2D;Z)Ljavafx/scene/image/WritableImage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=11, locals=4, args_size=4
        start local 0 // javafx.scene.robot.Robot this
        start local 1 // javafx.scene.image.WritableImage image
        start local 2 // javafx.geometry.Rectangle2D region
        start local 3 // boolean scaleToFit
         0: .line 394
            aload 2 /* region */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 395
            aload 0 /* this */
            aload 1 /* image */
            aload 2 /* region */
            invokevirtual javafx.geometry.Rectangle2D.getMinX:()D
            aload 2 /* region */
            invokevirtual javafx.geometry.Rectangle2D.getMinY:()D
         2: .line 396
            aload 2 /* region */
            invokevirtual javafx.geometry.Rectangle2D.getWidth:()D
            aload 2 /* region */
            invokevirtual javafx.geometry.Rectangle2D.getHeight:()D
            iload 3 /* scaleToFit */
         3: .line 395
            invokevirtual javafx.scene.robot.Robot.getScreenCapture:(Ljavafx/scene/image/WritableImage;DDDDZ)Ljavafx/scene/image/WritableImage;
            areturn
        end local 3 // boolean scaleToFit
        end local 2 // javafx.geometry.Rectangle2D region
        end local 1 // javafx.scene.image.WritableImage image
        end local 0 // javafx.scene.robot.Robot this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Ljavafx/scene/robot/Robot;
            0    4     1       image  Ljavafx/scene/image/WritableImage;
            0    4     2      region  Ljavafx/geometry/Rectangle2D;
            0    4     3  scaleToFit  Z
    MethodParameters:
            Name  Flags
      image       
      region      
      scaleToFit  
}
SourceFile: "Robot.java"