Class ClassModel.AttributePool.EnclosingMethodEntry

    • Field Detail

      • enclosingClassIndex

        private final int enclosingClassIndex
      • enclosingMethodIndex

        private final int enclosingMethodIndex
    • Constructor Detail

      • EnclosingMethodEntry

        public EnclosingMethodEntry​(int _enclosingClassIndex,
                                    int _enclosingMethodIndex,
                                    int _nameIndex,
                                    int _length)
    • Method Detail

      • getClassIndex

        public int getClassIndex()
      • getMethodIndex

        public int getMethodIndex()