Class JStructure

java.lang.Object
org.exolab.javasource.JType
org.exolab.javasource.JStructure
All Implemented Interfaces:
JAnnotatedElement
Direct Known Subclasses:
AbstractJClass, JAnnotationType, JInterface

public abstract class JStructure extends JType implements JAnnotatedElement
This class represents the basic Java "structure" for a Java source file. This is the base class for JClass and JInterface.
This is a useful utility when creating in memory source code. The code in this package was modelled after the Java Reflection API as much as possible to reduce the learning curve.
Version:
$Revision$ $Date: 2005-12-13 14:58:48 -0700 (Tue, 13 Dec 2005) $
Author:
Martin Skopp, Keith Visco