インタフェースjava.lang.classfile.attribute.LineNumberTableAttributeの
使用
LineNumberTableAttributeを使用するパッケージ
-
java.lang.classfileでのLineNumberTableAttributeの使用
型LineNumberTableAttributeの引数を持つ型を返すjava.lang.classfileのメソッド -
java.lang.classfile.attributeでのLineNumberTableAttributeの使用
java.lang.classfile.attributeにLineNumberTableAttribute型の引数型を持つサブインタフェース修飾子と型インタフェース説明interface
LineNumberTable
属性(JVMS 4.7.12)をモデル化します。この属性では、索引間のマッピングがcode
配列に、行番号がソース・ファイルに記録されます。修飾子と型メソッド説明static LineNumberTableAttribute
LineNumberTableAttribute.of
(List<LineNumberInfo> lines) LineNumberTable
属性を返します。