OSDN Git Service

210a5125e3973ea9ee4c0b3bf964995acdd66f08
[jcfa/jcfa.git] / jcfa / testJavaClass / output / test / TestJavaClass002.jcfa
1 package test;
2
3 /** TODO import func. is missing. */
4 public class TestJavaClass002 {
5         /**
6          * FIXME other type support is missing. <br />
7          * Now only String.
8          */
9         public static final java.lang.String TEST_001 = "Hello jcfa world.";
10         /**  */
11         protected static java.lang.String test002;
12         /**  */
13         private int test003;
14
15         /** Constructor. */
16         public TestJavaClass002() {
17                 /*
18                  * 0: aload_0 this
19                  */
20
21                 /*
22                  * 1: invokespecial java/lang/Object#<init>()V TODO get args count from
23                  * signature. null#jp.igapyon.jcfa.vo.item.JcfaItemLocalVariable@1e39a7c
24                  */
25
26                 /*
27                  * 4: aload_0 this
28                  */
29
30                 /*
31                  * 5: iconst_3 TODO unsupported opcode
32                  */
33
34                 /*
35                  * 6: putfield TODO unsupported opcode
36                  */
37
38                 /* 9: return */
39         }
40 }