Class InnerClasses

java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.InnerClasses
All Implemented Interfaces:
Serializable, Cloneable, Node

public final class InnerClasses extends Attribute
This class is derived from Attribute and denotes that this class is an Inner class of another. to the source file of this class. It is instantiated from the Attribute.readAttribute() method.
Version:
$Id: InnerClasses.java,v 1.5 2009/09/15 19:40:12 aclement Exp $
Author:
M. Dahm
See Also: