Class LineNumberTableAttribute

  • All Implemented Interfaces:
    VMConstants

    public class LineNumberTableAttribute
    extends ClassAttribute
    LineNumberTableAttribute represents a line number table attribute within a CodeAttribute within a class file
    • Constructor Detail

      • LineNumberTableAttribute

        public LineNumberTableAttribute​(ConstUtf8 nameAttr,
                                        short[] lineNums,
                                        InsnTarget[] targets)
        Constructor