public class java.awt.PointerInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: java.awt.PointerInfo
  super_class: java.lang.Object
{
  private final java.awt.GraphicsDevice device;
    descriptor: Ljava/awt/GraphicsDevice;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.awt.Point location;
    descriptor: Ljava/awt/Point;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(java.awt.GraphicsDevice, java.awt.Point);
    descriptor: (Ljava/awt/GraphicsDevice;Ljava/awt/Point;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // java.awt.PointerInfo this
        start local 1 // java.awt.GraphicsDevice device
        start local 2 // java.awt.Point location
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* device */
            putfield java.awt.PointerInfo.device:Ljava/awt/GraphicsDevice;
         2: .line 54
            aload 0 /* this */
            aload 2 /* location */
            putfield java.awt.PointerInfo.location:Ljava/awt/Point;
         3: .line 55
            return
        end local 2 // java.awt.Point location
        end local 1 // java.awt.GraphicsDevice device
        end local 0 // java.awt.PointerInfo this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Ljava/awt/PointerInfo;
            0    4     1    device  Ljava/awt/GraphicsDevice;
            0    4     2  location  Ljava/awt/Point;
    MethodParameters:
          Name  Flags
      device    final
      location  final

  public java.awt.GraphicsDevice getDevice();
    descriptor: ()Ljava/awt/GraphicsDevice;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.PointerInfo this
         0: .line 65
            aload 0 /* this */
            getfield java.awt.PointerInfo.device:Ljava/awt/GraphicsDevice;
            areturn
        end local 0 // java.awt.PointerInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/PointerInfo;

  public java.awt.Point getLocation();
    descriptor: ()Ljava/awt/Point;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // java.awt.PointerInfo this
         0: .line 79
            aload 0 /* this */
            getfield java.awt.PointerInfo.location:Ljava/awt/Point;
            areturn
        end local 0 // java.awt.PointerInfo this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljava/awt/PointerInfo;
}
SourceFile: "PointerInfo.java"