类 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.
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      void addLineNumberInfo​(LineNumberInfo lineNumberInfo)
      Adds a given line number to the line number table attribute.
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • LineNumberTableAttributeEditor

        public LineNumberTableAttributeEditor​(LineNumberTableAttribute targetLineNumberTableAttribute)
        Creates a new LineNumberTableAttributeEditor that will edit line numbers in the given line number table attribute.
    • 方法详细资料

      • addLineNumberInfo

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