public class com.sun.javafx.image.impl.ByteGrayAlphaPre
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.javafx.image.impl.ByteGrayAlphaPre
super_class: java.lang.Object
{
public static final com.sun.javafx.image.BytePixelGetter getter;
descriptor: Lcom/sun/javafx/image/BytePixelGetter;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.javafx.image.BytePixelSetter setter;
descriptor: Lcom/sun/javafx/image/BytePixelSetter;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
public static final com.sun.javafx.image.BytePixelAccessor accessor;
descriptor: Lcom/sun/javafx/image/BytePixelAccessor;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.sun.javafx.image.impl.ByteGrayAlpha$Accessor.premul:Lcom/sun/javafx/image/BytePixelAccessor;
putstatic com.sun.javafx.image.impl.ByteGrayAlphaPre.getter:Lcom/sun/javafx/image/BytePixelGetter;
1: getstatic com.sun.javafx.image.impl.ByteGrayAlpha$Accessor.premul:Lcom/sun/javafx/image/BytePixelAccessor;
putstatic com.sun.javafx.image.impl.ByteGrayAlphaPre.setter:Lcom/sun/javafx/image/BytePixelSetter;
2: getstatic com.sun.javafx.image.impl.ByteGrayAlpha$Accessor.premul:Lcom/sun/javafx/image/BytePixelAccessor;
putstatic com.sun.javafx.image.impl.ByteGrayAlphaPre.accessor:Lcom/sun/javafx/image/BytePixelAccessor;
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/ByteGrayAlphaPre;
public static com.sun.javafx.image.ByteToBytePixelConverter ToByteBgraPreConverter();
descriptor: ()Lcom/sun/javafx/image/ByteToBytePixelConverter;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: getstatic com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv.premul:Lcom/sun/javafx/image/ByteToBytePixelConverter;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "ByteGrayAlphaPre.java"
InnerClasses:
Accessor = com.sun.javafx.image.impl.ByteGrayAlpha$Accessor of com.sun.javafx.image.impl.ByteGrayAlpha
ToByteBgraSameConv = com.sun.javafx.image.impl.ByteGrayAlpha$ToByteBgraSameConv of com.sun.javafx.image.impl.ByteGrayAlpha