class sun.print.RasterPrinterJob$GraphicsState
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: sun.print.RasterPrinterJob$GraphicsState
  super_class: java.lang.Object
{
  java.awt.geom.Rectangle2D region;
    descriptor: Ljava/awt/geom/Rectangle2D;
    flags: (0x0000) 

  java.awt.Shape theClip;
    descriptor: Ljava/awt/Shape;
    flags: (0x0000) 

  java.awt.geom.AffineTransform theTransform;
    descriptor: Ljava/awt/geom/AffineTransform;
    flags: (0x0000) 

  double sx;
    descriptor: D
    flags: (0x0000) 

  double sy;
    descriptor: D
    flags: (0x0000) 

  final sun.print.RasterPrinterJob this$0;
    descriptor: Lsun/print/RasterPrinterJob;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(sun.print.RasterPrinterJob);
    descriptor: (Lsun/print/RasterPrinterJob;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.print.RasterPrinterJob$GraphicsState this
         0: .line 312
            aload 0 /* this */
            aload 1
            putfield sun.print.RasterPrinterJob$GraphicsState.this$0:Lsun/print/RasterPrinterJob;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // sun.print.RasterPrinterJob$GraphicsState this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/print/RasterPrinterJob$GraphicsState;
    MethodParameters:
        Name  Flags
      this$0  final
}
SourceFile: "RasterPrinterJob.java"
NestHost: sun.print.RasterPrinterJob
InnerClasses:
  private GraphicsState = sun.print.RasterPrinterJob$GraphicsState of sun.print.RasterPrinterJob