OSDN Git Service

c57192f70577888f2adfaeaace00f6c99fe527d8
[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.
24                  * null#jp.igapyon.jcfa.vo.operandstack.JcfaOSLocalVariable@164813b
25                  */
26
27                 /*
28                  * 4: aload_0 this
29                  */
30
31                 /*
32                  * 5: iconst_3 TODO unsupported opcode
33                  */
34
35                 /*
36                  * 6: putfield TODO unsupported opcode
37                  */
38
39                 /* 9: return */
40         }
41 }