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 TODO unsupported opcode
9                  */
10
11                 /*
12                  * 1: invokespecial java/lang/Object#<init>()V TODO get args count from
13                  * signature. null#jp.igapyon.jcfa.vo.item.JcfaItemReference@1ba0e0e
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.
44                  * null#jp.igapyon.jcfa.vo.item.JcfaItemReference@1f0d2a3
45                  */
46
47                 /*
48                  * 12: iinc TODO unsupported opcode
49                  */
50
51                 /*
52                  * 15: iload_1 TODO unsupported opcode
53                  */
54
55                 /*
56                  * 16: bipush TODO unsupported opcode
57                  */
58
59                 /*
60                  * 18: if_icmplt TODO unsupported opcode
61                  */
62
63                 /* 21: return */
64         }
65 }