Package | Description |
---|---|
org.codehaus.janino.util |
Application-independent helper classes.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<ClassFile.InnerClassesAttribute.Entry> |
ClassFile.InnerClassesAttribute.entries |
Modifier and Type | Method and Description |
---|---|
java.util.List<ClassFile.InnerClassesAttribute.Entry> |
ClassFile.InnerClassesAttribute.getEntries() |
Modifier and Type | Method and Description |
---|---|
void |
ClassFile.addInnerClassesAttributeEntry(ClassFile.InnerClassesAttribute.Entry e)
Create an "InnerClasses" attribute if it does not exist, then add the given entry
to the "InnerClasses" attribute.
|
Constructor and Description |
---|
InnerClassesAttribute(short attributeNameIndex,
ClassFile.InnerClassesAttribute.Entry[] entries) |