OSDN Git Service

save
[jcfa/jcfa.git] / jcfa / testJavaClass / output / test / TestJavaClass021.jcfa
1 package test;
2
3 /** TODO import func. is missing. */
4 public class TestJavaClass021 {
5         /** Constructor. */
6         public TestJavaClass021() {
7                 /*
8                  * 0: aload_0 this
9                  */
10
11                 /*
12                  * 1: invokespecial java/lang/Object#<init>()V TODO get args count from
13                  * signature. jp.igapyon.jcfa.vo.operandstack.JcfaOSLocalVariable@9d5bae
14                  */
15
16                 /* 4: return */
17         }
18
19         /** Method. */
20         public void loopSample() {
21                 /*
22                  * 0: iconst_0 TODO unsupported opcode
23                  */
24
25                 /*
26                  * 1: istore_1 TODO unsupported opcode
27                  */
28
29                 /*
30                  * 2: goto TODO unsupported opcode
31                  */
32
33                 /*
34                  * 5: getstatic java.lang.System#out type:Ljava/io/PrintStream;
35                  */
36
37                 /*
38                  * 8: iload_1 TODO unsupported opcode
39                  */
40
41                 /*
42                  * 9: invokevirtual java/io/PrintStream#println(I)V TODO get args count
43                  * from signature. jp.igapyon.jcfa.vo.operandstack.JcfaOSRef@ee25db
44                  */
45
46                 /*
47                  * 12: iinc TODO unsupported opcode
48                  */
49
50                 /*
51                  * 15: iload_1 TODO unsupported opcode
52                  */
53
54                 /*
55                  * 16: bipush TODO unsupported opcode
56                  */
57
58                 /*
59                  * 18: if_icmplt TODO unsupported opcode
60                  */
61
62                 /* 21: return */
63         }
64 }