Class LineNumberTableAttributeEditor


  • public class LineNumberTableAttributeEditor
    extends java.lang.Object
    This class can add line numbers to a given line number table attribute. Line numbers to be added must have been filled out beforehand.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addLineNumberInfo​(LineNumberInfo lineNumberInfo)
      Adds a given line number to the line number table attribute.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LineNumberTableAttributeEditor

        public LineNumberTableAttributeEditor​(LineNumberTableAttribute targetLineNumberTableAttribute)
        Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute.
    • Method Detail

      • addLineNumberInfo

        public void addLineNumberInfo​(LineNumberInfo lineNumberInfo)
        Adds a given line number to the line number table attribute.