X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=jcfa%2FtestJavaClass%2Foutput%2Ftest%2FTestJavaClass003.jcfa;h=d858092ceef41bd953de199a64963918ca1f4b42;hb=9bc987811de806f044416e1b6bc22d5d591b054a;hp=66635b26c999b3947f644a59ce8c81a4cb37f559;hpb=fd6a45ab11233b43da5514900a90d6e03880c569;p=jcfa%2Fjcfa.git diff --git a/jcfa/testJavaClass/output/test/TestJavaClass003.jcfa b/jcfa/testJavaClass/output/test/TestJavaClass003.jcfa index 66635b2..d858092 100644 --- a/jcfa/testJavaClass/output/test/TestJavaClass003.jcfa +++ b/jcfa/testJavaClass/output/test/TestJavaClass003.jcfa @@ -1,23 +1,117 @@ package test; -/* TODO import func. is missing. */ +/** TODO import func. is missing. */ public class TestJavaClass003 { - /* */ + /** */ private int test001; - /* */ + /** */ private int test002; - /* */ + /** */ private int test003; - /* */ + /** */ private int test004; - /* */ + /** */ private int test005; - /* */ + /** */ private int test006; - /* */ + /** */ private int test007; - /** Default constructor. */ + /** Constructor. */ public TestJavaClass003() { + /* + * 0: aload_0 this + */ + + /* + * 1: invokespecial java/lang/Object#()V TODO get args count from + * signature. null#jp.igapyon.jcfa.vo.item.JcfaItemLocalVariable@1d0bf38 + */ + + /* + * 4: aload_0 this + */ + + /* + * 5: iconst_1 TODO unsupported opcode + */ + + /* + * 6: putfield TODO unsupported opcode + */ + + /* + * 9: aload_0 this + */ + + /* + * 10: iconst_2 TODO unsupported opcode + */ + + /* + * 11: putfield TODO unsupported opcode + */ + + /* + * 14: aload_0 this + */ + + /* + * 15: iconst_3 TODO unsupported opcode + */ + + /* + * 16: putfield TODO unsupported opcode + */ + + /* + * 19: aload_0 this + */ + + /* + * 20: iconst_4 TODO unsupported opcode + */ + + /* + * 21: putfield TODO unsupported opcode + */ + + /* + * 24: aload_0 this + */ + + /* + * 25: iconst_5 TODO unsupported opcode + */ + + /* + * 26: putfield TODO unsupported opcode + */ + + /* + * 29: aload_0 this + */ + + /* + * 30: bipush TODO unsupported opcode + */ + + /* + * 32: putfield TODO unsupported opcode + */ + + /* + * 35: aload_0 this + */ + + /* + * 36: bipush TODO unsupported opcode + */ + + /* + * 38: putfield TODO unsupported opcode + */ + + /* 41: return */ } } \ No newline at end of file