Class ClassFile.InnerClassesAttribute.Entry

  • Enclosing class:
    ClassFile.InnerClassesAttribute

    public static class ClassFile.InnerClassesAttribute.Entry
    extends java.lang.Object
    The structure of the classes array as described in JVMS7 4.7.6.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      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

      Constructors 
      Constructor Description
      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

      • innerClassInfoIndex

        public final short innerClassInfoIndex
        The fields of the classes array as described in JVMS7 4.7.6.
      • outerClassInfoIndex

        public final short outerClassInfoIndex
        The fields of the classes array as described in JVMS7 4.7.6.
      • innerNameIndex

        public final short innerNameIndex
        The fields of the classes array as described in JVMS7 4.7.6.
      • innerClassAccessFlags

        public final short innerClassAccessFlags
        The fields of the classes array as described in JVMS7 4.7.6.
    • Constructor Detail

      • Entry

        public Entry​(short innerClassInfoIndex,
                     short outerClassInfoIndex,
                     short innerNameIndex,
                     short innerClassAccessFlags)