codesimian.java
Class JavaCodeReflectsFunctionsOfCS

java.lang.Object
  extended by codesimian.java.JavaCodeReflectsFunctionsOfCS

public class JavaCodeReflectsFunctionsOfCS
extends java.lang.Object

Reflects all public functions in CS.java, each as a subclass of CS, and prints the Java code for all those classes. After executing, you should copy that Java code into ReflectedFunctions.java.


Constructor Summary
JavaCodeReflectsFunctionsOfCS()
           
 
Method Summary
static void main(java.lang.String[] s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaCodeReflectsFunctionsOfCS

public JavaCodeReflectsFunctionsOfCS()
Method Detail

main

public static void main(java.lang.String[] s)