OSDN Git Service

save
[jcfa/jcfa.git] / jcfa / testJavaClass / output / test / TestJavaClass021.jcfa
index a94260f..190917b 100644 (file)
@@ -4,7 +4,9 @@ package test;
 public class TestJavaClass021 {
        /** Default constructor. */
        public TestJavaClass021() {
-               /* 0: aload_0 */
+               /*
+                * 0: aload_0 TODO unsupported opcode
+                */
 
                /*
                 * 1: invokespecial java/lang/Object#<init>()V
@@ -15,29 +17,45 @@ public class TestJavaClass021 {
 
        /** Method. */
        public void loopSample() {
-               /* 0: iconst_0 */
+               /*
+                * 0: iconst_0 TODO unsupported opcode
+                */
 
-               /* 1: istore_1 */
+               /*
+                * 1: istore_1 TODO unsupported opcode
+                */
 
-               /* 2: goto */
+               /*
+                * 2: goto TODO unsupported opcode
+                */
 
                /*
                 * 5: getstatic java.lang.System#out type:Ljava/io/PrintStream;
                 */
 
-               /* 8: iload_1 */
+               /*
+                * 8: iload_1 TODO unsupported opcode
+                */
 
                /*
                 * 9: invokevirtual java/io/PrintStream#println(I)V
                 */
 
-               /* 12: iinc */
+               /*
+                * 12: iinc TODO unsupported opcode
+                */
 
-               /* 15: iload_1 */
+               /*
+                * 15: iload_1 TODO unsupported opcode
+                */
 
-               /* 16: bipush */
+               /*
+                * 16: bipush TODO unsupported opcode
+                */
 
-               /* 18: if_icmplt */
+               /*
+                * 18: if_icmplt TODO unsupported opcode
+                */
 
                /* 21: return */
        }