class com.sun.prism.es2.ES2Light
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.prism.es2.ES2Light
super_class: java.lang.Object
{
float x;
descriptor: F
flags: (0x0000)
float y;
descriptor: F
flags: (0x0000)
float z;
descriptor: F
flags: (0x0000)
float r;
descriptor: F
flags: (0x0000)
float g;
descriptor: F
flags: (0x0000)
float b;
descriptor: F
flags: (0x0000)
float w;
descriptor: F
flags: (0x0000)
void <init>(float, float, float, float, float, float, float);
descriptor: (FFFFFFF)V
flags: (0x0000)
Code:
stack=2, locals=8, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
fconst_0
putfield com.sun.prism.es2.ES2Light.z:F
2: aload 0
fconst_1
putfield com.sun.prism.es2.ES2Light.w:F
3: aload 0
fload 1
putfield com.sun.prism.es2.ES2Light.x:F
4: aload 0
fload 2
putfield com.sun.prism.es2.ES2Light.y:F
5: aload 0
fload 3
putfield com.sun.prism.es2.ES2Light.z:F
6: aload 0
fload 4
putfield com.sun.prism.es2.ES2Light.r:F
7: aload 0
fload 5
putfield com.sun.prism.es2.ES2Light.g:F
8: aload 0
fload 6
putfield com.sun.prism.es2.ES2Light.b:F
9: aload 0
fload 7
putfield com.sun.prism.es2.ES2Light.w:F
10: return
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/prism/es2/ES2Light;
0 11 1 ix F
0 11 2 iy F
0 11 3 iz F
0 11 4 ir F
0 11 5 ig F
0 11 6 ib F
0 11 7 iw F
MethodParameters:
Name Flags
ix
iy
iz
ir
ig
ib
iw
}
SourceFile: "ES2Light.java"