OSDN Git Service

e1245c9d77b3ac69a07c3dfc26a7945c02d5bd8d
[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         /** Default constructor. */
16         public TestJavaClass002() {
17                 /* opcode: 42 */
18
19                 /* opcode: 183 */
20
21                 /* opcode: 42 */
22
23                 /* opcode: 6 */
24
25                 /* opcode: 181 */
26
27                 /* opcode: 177 */
28         }
29 }