public class com.sun.javafx.image.impl.General
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.javafx.image.impl.General
  super_class: java.lang.Object
{
  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.General this
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.javafx.image.impl.General this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/javafx/image/impl/General;

  public static com.sun.javafx.image.ByteToBytePixelConverter create(com.sun.javafx.image.BytePixelGetter, com.sun.javafx.image.BytePixelSetter);
    descriptor: (Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)Lcom/sun/javafx/image/ByteToBytePixelConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.javafx.image.BytePixelGetter src
        start local 1 // com.sun.javafx.image.BytePixelSetter dst
         0: .line 44
            new com.sun.javafx.image.impl.General$ByteToByteGeneralConverter
            dup
            aload 0 /* src */
            aload 1 /* dst */
            invokespecial com.sun.javafx.image.impl.General$ByteToByteGeneralConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
            areturn
        end local 1 // com.sun.javafx.image.BytePixelSetter dst
        end local 0 // com.sun.javafx.image.BytePixelGetter src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   src  Lcom/sun/javafx/image/BytePixelGetter;
            0    1     1   dst  Lcom/sun/javafx/image/BytePixelSetter;
    MethodParameters:
      Name  Flags
      src   
      dst   

  public static com.sun.javafx.image.ByteToIntPixelConverter create(com.sun.javafx.image.BytePixelGetter, com.sun.javafx.image.IntPixelSetter);
    descriptor: (Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)Lcom/sun/javafx/image/ByteToIntPixelConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.javafx.image.BytePixelGetter src
        start local 1 // com.sun.javafx.image.IntPixelSetter dst
         0: .line 50
            new com.sun.javafx.image.impl.General$ByteToIntGeneralConverter
            dup
            aload 0 /* src */
            aload 1 /* dst */
            invokespecial com.sun.javafx.image.impl.General$ByteToIntGeneralConverter.<init>:(Lcom/sun/javafx/image/BytePixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
            areturn
        end local 1 // com.sun.javafx.image.IntPixelSetter dst
        end local 0 // com.sun.javafx.image.BytePixelGetter src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   src  Lcom/sun/javafx/image/BytePixelGetter;
            0    1     1   dst  Lcom/sun/javafx/image/IntPixelSetter;
    MethodParameters:
      Name  Flags
      src   
      dst   

  public static com.sun.javafx.image.IntToBytePixelConverter create(com.sun.javafx.image.IntPixelGetter, com.sun.javafx.image.BytePixelSetter);
    descriptor: (Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)Lcom/sun/javafx/image/IntToBytePixelConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.javafx.image.IntPixelGetter src
        start local 1 // com.sun.javafx.image.BytePixelSetter dst
         0: .line 56
            new com.sun.javafx.image.impl.General$IntToByteGeneralConverter
            dup
            aload 0 /* src */
            aload 1 /* dst */
            invokespecial com.sun.javafx.image.impl.General$IntToByteGeneralConverter.<init>:(Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/BytePixelSetter;)V
            areturn
        end local 1 // com.sun.javafx.image.BytePixelSetter dst
        end local 0 // com.sun.javafx.image.IntPixelGetter src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   src  Lcom/sun/javafx/image/IntPixelGetter;
            0    1     1   dst  Lcom/sun/javafx/image/BytePixelSetter;
    MethodParameters:
      Name  Flags
      src   
      dst   

  public static com.sun.javafx.image.IntToIntPixelConverter create(com.sun.javafx.image.IntPixelGetter, com.sun.javafx.image.IntPixelSetter);
    descriptor: (Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)Lcom/sun/javafx/image/IntToIntPixelConverter;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.sun.javafx.image.IntPixelGetter src
        start local 1 // com.sun.javafx.image.IntPixelSetter dst
         0: .line 62
            new com.sun.javafx.image.impl.General$IntToIntGeneralConverter
            dup
            aload 0 /* src */
            aload 1 /* dst */
            invokespecial com.sun.javafx.image.impl.General$IntToIntGeneralConverter.<init>:(Lcom/sun/javafx/image/IntPixelGetter;Lcom/sun/javafx/image/IntPixelSetter;)V
            areturn
        end local 1 // com.sun.javafx.image.IntPixelSetter dst
        end local 0 // com.sun.javafx.image.IntPixelGetter src
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   src  Lcom/sun/javafx/image/IntPixelGetter;
            0    1     1   dst  Lcom/sun/javafx/image/IntPixelSetter;
    MethodParameters:
      Name  Flags
      src   
      dst   
}
SourceFile: "General.java"
NestMembers:
  com.sun.javafx.image.impl.General$ByteToByteGeneralConverter  com.sun.javafx.image.impl.General$ByteToIntGeneralConverter  com.sun.javafx.image.impl.General$IntToByteGeneralConverter  com.sun.javafx.image.impl.General$IntToIntGeneralConverter
InnerClasses:
  ByteToByteGeneralConverter = com.sun.javafx.image.impl.General$ByteToByteGeneralConverter of com.sun.javafx.image.impl.General
  ByteToIntGeneralConverter = com.sun.javafx.image.impl.General$ByteToIntGeneralConverter of com.sun.javafx.image.impl.General
  IntToByteGeneralConverter = com.sun.javafx.image.impl.General$IntToByteGeneralConverter of com.sun.javafx.image.impl.General
  IntToIntGeneralConverter = com.sun.javafx.image.impl.General$IntToIntGeneralConverter of com.sun.javafx.image.impl.General