1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| // Compiled from Test1.java (version 1.6 : 50.0, super bit)
public class test.Test1 {
// Field descriptor #6 Ljava/awt/Color;
public java.awt.Color color;
// Method descriptor #8 ()V
// Stack: 1, Locals: 1
public Test1();
0 aload_0 [this]
1 invokespecial java.lang.Object() [10]
4 return
Line numbers:
[pc: 0, line: 4]
Local variable table:
[pc: 0, pc: 5] local: this index: 0 type: test.Test1
// Method descriptor #17 (Ljava/awt/Color;)V
// Stack: 2, Locals: 2
public void test(java.awt.Color color);
0 aload_0 [this]
1 aload_1 [color]
2 putfield test.Test1.color : java.awt.Color [18]
5 return
Line numbers:
[pc: 0, line: 9]
[pc: 5, line: 10]
Local variable table:
[pc: 0, pc: 6] local: this index: 0 type: test.Test1
[pc: 0, pc: 6] local: color index: 1 type: java.awt.Color
} |