OSDN Git Service

78d0af4bf020364f784a141679cfcb25754e44fc
[jcfa/jcfa.git] / jcfa / testJavaClass / output / test / TestJavaClass031.jcfa
1 package test;
2
3 /** TODO import func. is missing. */
4 public class TestJavaClass031 {
5         /** Constructor. */
6         public TestJavaClass031() {
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@8df070
14                  */
15
16                 /* 4: return */
17         }
18
19         /** Method. */
20         public void tableswitchSample() {
21                 /*
22                  * 0: iconst_5 TODO unsupported opcode
23                  */
24
25                 /*
26                  * 1: istore_1 TODO unsupported opcode
27                  */
28
29                 /*
30                  * 2: iload_1 TODO unsupported opcode
31                  */
32
33                 /*
34                  * 3: tableswitch TODO no support opecode and operands MEMO skipping
35                  * operands: 158 TODO unsupported opcode
36                  */
37         }
38 }