OSDN Git Service

save
[jcfa/jcfa.git] / jcfa / testJavaClass / output / test / TestJavaClass003.jcfa
1 package test;
2
3 /** TODO import func. is missing. */
4 public class TestJavaClass003 {
5         /**  */
6         private int test001;
7         /**  */
8         private int test002;
9         /**  */
10         private int test003;
11         /**  */
12         private int test004;
13         /**  */
14         private int test005;
15         /**  */
16         private int test006;
17         /**  */
18         private int test007;
19
20         /** Default constructor. */
21         public TestJavaClass003() {
22                 /* 0: aload_0 */
23
24                 /*
25                  * 1: invokespecial java/lang/Object#<init>()V
26                  */
27
28                 /* 4: aload_0 */
29
30                 /* 5: iconst_1 */
31
32                 /* 6: putfield */
33
34                 /* 9: aload_0 */
35
36                 /* 10: iconst_2 */
37
38                 /* 11: putfield */
39
40                 /* 14: aload_0 */
41
42                 /* 15: iconst_3 */
43
44                 /* 16: putfield */
45
46                 /* 19: aload_0 */
47
48                 /* 20: iconst_4 */
49
50                 /* 21: putfield */
51
52                 /* 24: aload_0 */
53
54                 /* 25: iconst_5 */
55
56                 /* 26: putfield */
57
58                 /* 29: aload_0 */
59
60                 /* 30: bipush */
61
62                 /* 32: putfield */
63
64                 /* 35: aload_0 */
65
66                 /* 36: bipush */
67
68                 /* 38: putfield */
69
70                 /* 41: return */
71         }
72 }