Uses of Interface
java.lang.classfile.attribute.LineNumberTableAttribute
Packages that use LineNumberTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of LineNumberTableAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type LineNumberTableAttributeModifier and TypeMethodDescriptionAttributes.lineNumberTable()
Returns Attribute mapper for theLineNumberTable
attribute. -
Uses of LineNumberTableAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type LineNumberTableAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theLineNumberTable
attribute (JVMS 4.7.12), which can appear on aCode
attribute, and records the mapping between indexes into the code table and line numbers in the source file.Methods in java.lang.classfile.attribute that return LineNumberTableAttributeModifier and TypeMethodDescriptionstatic LineNumberTableAttribute
LineNumberTableAttribute.of
(List<LineNumberInfo> lines) Returns aLineNumberTable
attribute.