A representation of the Java Source code for a Java Class. This is a useful
utility when creating in memory source code. This package was modelled after
the Java Reflection API as much as possible to reduce the learning curve.
author: Keith Visco author: Martin Skopp version: $Revision: 6807 $ $Date: 2005-05-08 12:32:06 -0600 (Sun, 08 May 2005) $
Constructor Summary
public
JClass(String name) Creates a new JClass with the given name.