OSDN Git Service

adding method support.
[jcfa/jcfa.git] / jcfa / testJavaClass / output / test / TestJavaClass002.jcfa
index e69de29..e22953a 100644 (file)
@@ -0,0 +1,15 @@
+package test;
+
+/*  TODO import func. is missing.  */
+public class TestJavaClass002 {
+       /* FIXME other type support is missing. <br />Now only String. */
+       public static final java.lang.String TEST_001 = "Hello jcfa world.";
+       /*  */
+       protected static java.lang.String test002;
+       /*  */
+       private int test003;
+
+       /*  */
+       public TestJavaClass002() {
+       }
+}
\ No newline at end of file