OSDN Git Service

save
authoriga <tosiki.iga@nifty.ne.jp>
Thu, 3 Apr 2014 12:33:55 +0000 (21:33 +0900)
committeriga <tosiki.iga@nifty.ne.jp>
Thu, 3 Apr 2014 12:33:55 +0000 (21:33 +0900)
jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSClass.jcfa [deleted file]
jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSLocalVariable.jcfa [deleted file]
jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSNode.jcfa [deleted file]
jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSRef.jcfa [deleted file]

diff --git a/jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSClass.jcfa b/jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSClass.jcfa
deleted file mode 100644 (file)
index 2cb46cb..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-package jp.igapyon.jcfa.vo.operandstack;
-
-/** TODO import func. is missing. */
-public class JcfaOSClass extends jp.igapyon.jcfa.vo.operandstack.JcfaOSNode {
-       /**  */
-       protected java.lang.String className;
-
-       /** Constructor. */
-       public JcfaOSClass() {
-               /*
-                * 0: aload_0 this
-                */
-
-               /*
-                * 1: invokespecial jp/igapyon/jcfa/vo/operandstack/JcfaOSNode#<init>()V
-                */
-
-               /* 4: return */
-       }
-
-       /** Method. */
-       public java.lang.String getClassName() {
-               /*
-                * 0: aload_0 this
-                */
-
-               /*
-                * 1: getfield TODO unsupported opcode
-                */
-
-               /*
-                * 4: areturn TODO unsupported opcode
-                */
-       }
-
-       /**
-        * Method. java.lang.String
-        */
-       public void setClassName(java.lang.String arg0) {
-               /*
-                * 0: aload_0 this
-                */
-
-               /*
-                * 1: aload_1 TODO unsupported opcode
-                */
-
-               /*
-                * 2: putfield TODO unsupported opcode
-                */
-
-               /* 5: return */
-       }
-}
\ No newline at end of file
diff --git a/jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSLocalVariable.jcfa b/jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSLocalVariable.jcfa
deleted file mode 100644 (file)
index eaa40c5..0000000
+++ /dev/null
@@ -1,57 +0,0 @@
-package jp.igapyon.jcfa.vo.operandstack;
-
-/** TODO import func. is missing. */
-public class JcfaOSLocalVariable extends
-               jp.igapyon.jcfa.vo.operandstack.JcfaOSNode {
-       /**  */
-       protected jp.igapyon.jcfa.vo.JcfaLocalVariable localVariable;
-
-       /** Constructor. */
-       public JcfaOSLocalVariable() {
-               /*
-                * 0: aload_0 this
-                */
-
-               /*
-                * 1: invokespecial jp/igapyon/jcfa/vo/operandstack/JcfaOSNode#<init>()V
-                * TODO get args count from signature.
-                * jp.igapyon.jcfa.vo.operandstack.JcfaOSLocalVariable@1dd0b6f
-                */
-
-               /* 4: return */
-       }
-
-       /** Method. */
-       public jp.igapyon.jcfa.vo.JcfaLocalVariable getLocalVariable() {
-               /*
-                * 0: aload_0 this
-                */
-
-               /*
-                * 1: getfield TODO unsupported opcode
-                */
-
-               /*
-                * 4: areturn TODO unsupported opcode
-                */
-       }
-
-       /**
-        * Method. jp.igapyon.jcfa.vo.JcfaLocalVariable
-        */
-       public void setLocalVariable(jp.igapyon.jcfa.vo.JcfaLocalVariable arg0) {
-               /*
-                * 0: aload_0 this
-                */
-
-               /*
-                * 1: aload_1 TODO unsupported opcode
-                */
-
-               /*
-                * 2: putfield TODO unsupported opcode
-                */
-
-               /* 5: return */
-       }
-}
\ No newline at end of file
diff --git a/jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSNode.jcfa b/jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSNode.jcfa
deleted file mode 100644 (file)
index 4a7f320..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-package jp.igapyon.jcfa.vo.operandstack;
-
-/** TODO import func. is missing. */
-public class JcfaOSNode {
-       /** Constructor. */
-       public JcfaOSNode() {
-               /*
-                * 0: aload_0 this
-                */
-
-               /*
-                * 1: invokespecial java/lang/Object#<init>()V TODO get args count from
-                * signature.
-                * jp.igapyon.jcfa.vo.operandstack.JcfaOSLocalVariable@1f3f6ff
-                */
-
-               /* 4: return */
-       }
-}
\ No newline at end of file
diff --git a/jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSRef.jcfa b/jcfa/testJavaClass/output/jp/igapyon/jcfa/vo/operandstack/JcfaOSRef.jcfa
deleted file mode 100644 (file)
index c82772e..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-package jp.igapyon.jcfa.vo.operandstack;
-
-/** TODO import func. is missing. */
-public class JcfaOSRef extends jp.igapyon.jcfa.vo.operandstack.JcfaOSNode {
-       /**  */
-       protected java.lang.String className;
-
-       /** Constructor. */
-       public JcfaOSRef() {
-               /*
-                * 0: aload_0 this
-                */
-
-               /*
-                * 1: invokespecial jp/igapyon/jcfa/vo/operandstack/JcfaOSNode#<init>()V
-                * TODO get args count from signature.
-                * jp.igapyon.jcfa.vo.operandstack.JcfaOSLocalVariable@119a664
-                */
-
-               /* 4: return */
-       }
-
-       /** Method. */
-       public java.lang.String getClassName() {
-               /*
-                * 0: aload_0 this
-                */
-
-               /*
-                * 1: getfield TODO unsupported opcode
-                */
-
-               /*
-                * 4: areturn TODO unsupported opcode
-                */
-       }
-
-       /**
-        * Method. java.lang.String
-        */
-       public void setClassName(java.lang.String arg0) {
-               /*
-                * 0: aload_0 this
-                */
-
-               /*
-                * 1: aload_1 TODO unsupported opcode
-                */
-
-               /*
-                * 2: putfield TODO unsupported opcode
-                */
-
-               /* 5: return */
-       }
-}
\ No newline at end of file