Class LineNumberTableAttribute

java.lang.Object
com.sun.jdo.api.persistence.enhancer.classfile.ClassAttribute
com.sun.jdo.api.persistence.enhancer.classfile.LineNumberTableAttribute
All Implemented Interfaces:
VMConstants

public class LineNumberTableAttribute extends ClassAttribute
LineNumberTableAttribute represents a line number table attribute within a CodeAttribute within a class file
  • Field Details

  • Constructor Details

    • LineNumberTableAttribute

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