public class com.sun.javafx.image.impl.IntArgb
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.javafx.image.impl.IntArgb
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 ToByteBgraObj;
descriptor: Lcom/sun/javafx/image/IntToBytePixelConverter;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
private static com.sun.javafx.image.IntToIntPixelConverter ToIntArgbObj;
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: getstatic com.sun.javafx.image.impl.IntArgb$Accessor.instance:Lcom/sun/javafx/image/IntPixelAccessor;
putstatic com.sun.javafx.image.impl.IntArgb.getter:Lcom/sun/javafx/image/IntPixelGetter;
1: getstatic com.sun.javafx.image.impl.IntArgb$Accessor.instance:Lcom/sun/javafx/image/IntPixelAccessor;
putstatic com.sun.javafx.image.impl.IntArgb.setter:Lcom/sun/javafx/image/IntPixelSetter;
2: getstatic com.sun.javafx.image.impl.IntArgb$Accessor.instance:Lcom/sun/javafx/image/IntPixelAccessor;
putstatic com.sun.javafx.image.impl.IntArgb.accessor:Lcom/sun/javafx/image/IntPixelAccessor;
3: 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 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/javafx/image/impl/IntArgb;
public static com.sun.javafx.image.IntToBytePixelConverter ToByteBgraConverter();
descriptor: ()Lcom/sun/javafx/image/IntToBytePixelConverter;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: getstatic com.sun.javafx.image.impl.IntArgb.ToByteBgraObj:Lcom/sun/javafx/image/IntToBytePixelConverter;
ifnonnull 2
1: new com.sun.javafx.image.impl.IntTo4ByteSameConverter
dup
getstatic com.sun.javafx.image.impl.IntArgb.getter:Lcom/sun/javafx/image/IntPixelGetter;
getstatic com.sun.javafx.image.impl.ByteBgra.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
putstatic com.sun.javafx.image.impl.IntArgb.ToByteBgraObj:Lcom/sun/javafx/image/IntToBytePixelConverter;
2: StackMap locals:
StackMap stack:
getstatic com.sun.javafx.image.impl.IntArgb.ToByteBgraObj: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=1, locals=0, args_size=0
0: getstatic com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv.instance: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: getstatic com.sun.javafx.image.impl.IntArgb.ToIntArgbObj:Lcom/sun/javafx/image/IntToIntPixelConverter;
ifnonnull 2
1: getstatic com.sun.javafx.image.impl.IntArgb.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.IntArgb.ToIntArgbObj:Lcom/sun/javafx/image/IntToIntPixelConverter;
2: StackMap locals:
StackMap stack:
getstatic com.sun.javafx.image.impl.IntArgb.ToIntArgbObj: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: getstatic com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv.instance:Lcom/sun/javafx/image/IntToIntPixelConverter;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "IntArgb.java"
NestMembers:
com.sun.javafx.image.impl.IntArgb$Accessor com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv
InnerClasses:
Accessor = com.sun.javafx.image.impl.IntArgb$Accessor of com.sun.javafx.image.impl.IntArgb
ToByteBgraPreConv = com.sun.javafx.image.impl.IntArgb$ToByteBgraPreConv of com.sun.javafx.image.impl.IntArgb
public ToIntArgbPreConv = com.sun.javafx.image.impl.IntArgb$ToIntArgbPreConv of com.sun.javafx.image.impl.IntArgb