Class JavaClass

java.lang.Object
org.aspectj.apache.bcel.classfile.Modifiers
org.aspectj.apache.bcel.classfile.JavaClass
All Implemented Interfaces:
Cloneable, Node

public class JavaClass extends Modifiers implements Cloneable, Node
Represents a Java class, i.e., the data structures, constant pool, fields, methods and commands contained in a Java .class file. See JVM specification for details. The intent of this class is to represent a parsed or otherwise existing class file. Those interested in programatically generating classes should see the ClassGen class.
Version:
$Id: JavaClass.java,v 1.22 2009/09/15 19:40:14 aclement Exp $
Author:
M. Dahm
See Also: