OSDN Git Service

8086b43dfd9a62f28e8aaf75f9320cdf89be8fe8
[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
13                  */
14
15                 /* 4: return */
16         }
17
18         /** Method. */
19         public void tableswitchSample() {
20                 /*
21                  * 0: iconst_5 TODO unsupported opcode
22                  */
23
24                 /*
25                  * 1: istore_1 TODO unsupported opcode
26                  */
27
28                 /*
29                  * 2: iload_1 TODO unsupported opcode
30                  */
31
32                 /*
33                  * 3: tableswitch TODO no support opecode and operands MEMO skipping
34                  * operands: 158 TODO unsupported opcode
35                  */
36         }
37 }