public class sun.lwawt.macosx.CPrinterDevice extends java.awt.GraphicsDevice
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: sun.lwawt.macosx.CPrinterDevice
  super_class: java.awt.GraphicsDevice
{
  java.awt.GraphicsConfiguration gc;
    descriptor: Ljava/awt/GraphicsConfiguration;
    flags: (0x0000) 

  public void <init>(sun.lwawt.macosx.CPrinterGraphicsConfig);
    descriptor: (Lsun/lwawt/macosx/CPrinterGraphicsConfig;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // sun.lwawt.macosx.CPrinterDevice this
        start local 1 // sun.lwawt.macosx.CPrinterGraphicsConfig gc
         0: .line 33
            aload 0 /* this */
            invokespecial java.awt.GraphicsDevice.<init>:()V
         1: .line 34
            aload 0 /* this */
            aload 1 /* gc */
            putfield sun.lwawt.macosx.CPrinterDevice.gc:Ljava/awt/GraphicsConfiguration;
         2: .line 35
            return
        end local 1 // sun.lwawt.macosx.CPrinterGraphicsConfig gc
        end local 0 // sun.lwawt.macosx.CPrinterDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lsun/lwawt/macosx/CPrinterDevice;
            0    3     1    gc  Lsun/lwawt/macosx/CPrinterGraphicsConfig;
    MethodParameters:
      Name  Flags
      gc    

  public int getType();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPrinterDevice this
         0: .line 46
            iconst_1
            ireturn
        end local 0 // sun.lwawt.macosx.CPrinterDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPrinterDevice;

  public java.lang.String getIDstring();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPrinterDevice this
         0: .line 56
            ldc "Printer"
            areturn
        end local 0 // sun.lwawt.macosx.CPrinterDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPrinterDevice;

  public java.awt.GraphicsConfiguration[] getConfigurations();
    descriptor: ()[Ljava/awt/GraphicsConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPrinterDevice this
         0: .line 67
            iconst_1
            anewarray java.awt.GraphicsConfiguration
            dup
            iconst_0
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPrinterDevice.gc:Ljava/awt/GraphicsConfiguration;
            aastore
            areturn
        end local 0 // sun.lwawt.macosx.CPrinterDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPrinterDevice;

  public java.awt.GraphicsConfiguration getDefaultConfiguration();
    descriptor: ()Ljava/awt/GraphicsConfiguration;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // sun.lwawt.macosx.CPrinterDevice this
         0: .line 77
            aload 0 /* this */
            getfield sun.lwawt.macosx.CPrinterDevice.gc:Ljava/awt/GraphicsConfiguration;
            areturn
        end local 0 // sun.lwawt.macosx.CPrinterDevice this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lsun/lwawt/macosx/CPrinterDevice;
}
SourceFile: "CPrinterDevice.java"