OSDN Git Service

save
[jcfa/jcfa.git] / jcfa / testJavaClass / output / test / TestJavaClass031.jcfa
1 package test;
2
3 /** TODO import func. is missing. */
4 public class TestJavaClass031 {
5         /** Default constructor. */
6         public TestJavaClass031() {
7                 /* 0: aload_0 */
8
9                 /*
10                  * 1: invokespecial java/lang/Object#<init>()V
11                  */
12
13                 /* 4: return */
14         }
15
16         /** Method. */
17         public void switchSample() {
18                 /* 0: iconst_5 */
19
20                 /* 1: istore_1 */
21
22                 /* 2: iload_1 */
23
24                 /*
25                  * 3: tableswitch FIXME NO_OF_OPERANDS has negative value:tableswitch:
26                  * -2
27                  */
28         }
29 }