OSDN Git Service

93bc70bc8376e59a97207c04aa7d72dc070108f5
[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 val: name:null, val:null
9                  */
10
11                 /*
12                  * 1: invokespecial java/lang/Object#<init>()V TODO get args count from
13                  * signature. jp.igapyon.jcfa.vo.item.JcfaItemReference@
14                  * 5eae58#jp.igapyon.jcfa.vo.item.JcfaItemLocalVariable@841c1
15                  */
16
17                 /* 4: return */
18         }
19
20         /** Method. */
21         public void tableswitchSample() {
22                 /*
23                  * 0: iconst_5 TODO unsupported opcode
24                  */
25
26                 /*
27                  * 1: istore_1 TODO unsupported opcode
28                  */
29
30                 /*
31                  * 2: iload_1 TODO unsupported opcode
32                  */
33
34                 /*
35                  * 3: tableswitch TODO no support opecode and operands MEMO skipping
36                  * operands: 158 TODO unsupported opcode
37                  */
38         }
39 }