Class LineNumberTableAttribute

java.lang.Object
com.strobel.assembler.ir.attributes.SourceAttribute
com.strobel.assembler.ir.attributes.LineNumberTableAttribute

public final class LineNumberTableAttribute extends SourceAttribute
  • Field Details

    • _entries

      private final List<LineNumberTableEntry> _entries
    • _maxOffset

      private final int _maxOffset
      records the highest offset number in 'this' line number table
  • Constructor Details

  • Method Details

    • getEntries

      public List<LineNumberTableEntry> getEntries()
    • getMaxOffset

      public int getMaxOffset()
      Returns the maximum bytecode offset in 'this' table.