Class InnerClass

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

public final class InnerClass extends Object implements Cloneable, Node
This class represents a inner class attribute, i.e., the class indices of the inner and outer classes, the name and the attributes of the inner class.
Version:
$Id: InnerClass.java,v 1.4 2009/09/10 15:35:05 aclement Exp $
Author:
M. Dahm
See Also: