public class com.sun.javafx.image.impl.IntArgbPre
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.image.impl.IntArgbPre
  super_class: java.lang.Object
{
  public static final com.sun.javafx.image.IntPixelGetter getter;
    descriptor: Lcom/sun/javafx/image/IntPixelGetter;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.sun.javafx.image.IntPixelSetter setter;
    descriptor: Lcom/sun/javafx/image/IntPixelSetter;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final com.sun.javafx.image.IntPixelAccessor accessor;
    descriptor: Lcom/sun/javafx/image/IntPixelAccessor;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  private static com.sun.javafx.image.IntToBytePixelConverter ToByteBgraPreObj;
    descriptor: Lcom/sun/javafx/image/IntToBytePixelConverter;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static com.sun.javafx.image.IntToIntPixelConverter ToIntArgbPreObj;
    descriptor: Lcom/sun/javafx/image/IntToIntPixelConverter;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 39
            getstatic com.sun.javafx.image.impl.IntArgbPre$Accessor.instance:Lcom/sun/javafx/image/IntPixelAccessor;
            putstatic com.sun.javafx.image.impl.IntArgbPre.getter:Lcom/sun/javafx/image/IntPixelGetter;
         1: .line 40
            getstatic com.sun.javafx.image.impl.IntArgbPre$Accessor.instance:Lcom/sun/javafx/image/IntPixelAccessor;
            putstatic com.sun.javafx.image.impl.IntArgbPre.setter:Lcom/sun/javafx/image/IntPixelSetter;
         2: .line 41
            getstatic com.sun.javafx.image.impl.IntArgbPre$Accessor.instance:Lcom/sun/javafx/image/IntPixelAccessor;
            putstatic com.sun.javafx.image.impl.IntArgbPre.accessor:Lcom/sun/javafx/image/IntPixelAccessor;
         3: .line 60
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.javafx.image.impl.IntArgbPre this
         0: .line 38
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.javafx.image.impl.IntArgbPre this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/IntArgbPre;

  public static com.sun.javafx.image.IntToBytePixelConverter ToByteBgraConverter();
    descriptor: ()Lcom/sun/javafx/image/IntToBytePixelConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 44
            getstatic com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv.instance:Lcom/sun/javafx/image/IntToBytePixelConverter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.javafx.image.IntToBytePixelConverter ToByteBgraPreConverter();
    descriptor: ()Lcom/sun/javafx/image/IntToBytePixelConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 49
            getstatic com.sun.javafx.image.impl.IntArgbPre.ToByteBgraPreObj:Lcom/sun/javafx/image/IntToBytePixelConverter;
            ifnonnull 3
         1: .line 51
            new com.sun.javafx.image.impl.IntTo4ByteSameConverter
            dup
            getstatic com.sun.javafx.image.impl.IntArgbPre.getter:Lcom/sun/javafx/image/IntPixelGetter;
            getstatic com.sun.javafx.image.impl.ByteBgraPre.setter:Lcom/sun/javafx/image/BytePixelSetter;
            invokespecial com.sun.javafx.image.impl.IntTo4ByteSameConverter.<init>:(Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
         2: .line 50
            putstatic com.sun.javafx.image.impl.IntArgbPre.ToByteBgraPreObj:Lcom/sun/javafx/image/IntToBytePixelConverter;
         3: .line 53
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.image.impl.IntArgbPre.ToByteBgraPreObj:Lcom/sun/javafx/image/IntToBytePixelConverter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.javafx.image.IntToIntPixelConverter ToIntArgbConverter();
    descriptor: ()Lcom/sun/javafx/image/IntToIntPixelConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 57
            getstatic com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv.instance:Lcom/sun/javafx/image/IntToIntPixelConverter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static com.sun.javafx.image.IntToIntPixelConverter ToIntArgbPreConverter();
    descriptor: ()Lcom/sun/javafx/image/IntToIntPixelConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 62
            getstatic com.sun.javafx.image.impl.IntArgbPre.ToIntArgbPreObj:Lcom/sun/javafx/image/IntToIntPixelConverter;
            ifnonnull 2
         1: .line 63
            getstatic com.sun.javafx.image.impl.IntArgbPre.accessor:Lcom/sun/javafx/image/IntPixelAccessor;
            invokestatic com.sun.javafx.image.impl.BaseIntToIntConverter.create:(Lcom/sun/javafx/image/IntPixelAccessor;)Lcom/sun/javafx/image/IntToIntPixelConverter;
            putstatic com.sun.javafx.image.impl.IntArgbPre.ToIntArgbPreObj:Lcom/sun/javafx/image/IntToIntPixelConverter;
         2: .line 65
      StackMap locals:
      StackMap stack:
            getstatic com.sun.javafx.image.impl.IntArgbPre.ToIntArgbPreObj:Lcom/sun/javafx/image/IntToIntPixelConverter;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "IntArgbPre.java"
NestMembers:
  com.sun.javafx.image.impl.IntArgbPre$Accessor  com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv  com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv
InnerClasses:
  Accessor = com.sun.javafx.image.impl.IntArgbPre$Accessor of com.sun.javafx.image.impl.IntArgbPre
  ToByteBgraConv = com.sun.javafx.image.impl.IntArgbPre$ToByteBgraConv of com.sun.javafx.image.impl.IntArgbPre
  public ToIntArgbConv = com.sun.javafx.image.impl.IntArgbPre$ToIntArgbConv of com.sun.javafx.image.impl.IntArgbPre