| java.lang.Object org.cojen.classfile.Attribute org.cojen.classfile.attribute.InnerClassesAttr
InnerClassesAttr | public class InnerClassesAttr extends Attribute (Code) | | This class corresponds to the InnerClasses_attribute structure introduced in
JDK1.1. It is not defined in the first edition of
The Java Virual Machine Specification.
author: Brian S O'Neill |
Inner Class :public static class Info | |
addInnerClass | public void addInnerClass(String inner, String outer, String name, Modifiers modifiers)(Code) | | Parameters: inner - The full inner class name Parameters: outer - The full outer class name Parameters: name - The simple name of the inner class, or null if anonymous Parameters: modifiers - Modifiers for the inner class |
getInnerClassesInfo | public Info[] getInnerClassesInfo()(Code) | | |
getLength | public int getLength()(Code) | | |
|
|