OSDN Git Service

save
[jcfa/jcfa.git] / jcfa / testJavaClass / output / test / TestJavaClass032.jcfa
1 package test;
2
3 /** TODO import func. is missing. */
4 public class TestJavaClass032 {
5         /** Constructor. */
6         public TestJavaClass032() {
7                 /*
8                  * 0: aload_0 this
9                  */
10
11                 /*
12                  * 1: invokespecial java/lang/Object#<init>()V TODO get args count from
13                  * signature. null#jp.igapyon.jcfa.vo.item.JcfaItemLocalVariable@f75278
14                  */
15
16                 /* 4: return */
17         }
18
19         /** Method. */
20         public void lookupswitchSample() {
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: lookupswitch TODO skipping operands: why?: 75 TODO skipping bytes:
35                  * 0 TODO temporary disabled.
36                  */
37         }
38 }