|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.util.ClassFile.InnerClassesAttribute.Entry
public static class ClassFile.InnerClassesAttribute.Entry
The structure of the classes array as described in JVMS7 4.7.6.
| Field Summary | |
|---|---|
short |
innerClassAccessFlags
The fields of the classes array as described in JVMS7 4.7.6. |
short |
innerClassInfoIndex
The fields of the classes array as described in JVMS7 4.7.6. |
short |
innerNameIndex
The fields of the classes array as described in JVMS7 4.7.6. |
short |
outerClassInfoIndex
The fields of the classes array as described in JVMS7 4.7.6. |
| Constructor Summary | |
|---|---|
ClassFile.InnerClassesAttribute.Entry(short innerClassInfoIndex,
short outerClassInfoIndex,
short innerNameIndex,
short innerClassAccessFlags)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final short innerClassInfoIndex
classes array as described in JVMS7 4.7.6.
public final short outerClassInfoIndex
classes array as described in JVMS7 4.7.6.
public final short innerNameIndex
classes array as described in JVMS7 4.7.6.
public final short innerClassAccessFlags
classes array as described in JVMS7 4.7.6.
| Constructor Detail |
|---|
public ClassFile.InnerClassesAttribute.Entry(short innerClassInfoIndex,
short outerClassInfoIndex,
short innerNameIndex,
short innerClassAccessFlags)
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||