Uses of Interface
java.lang.classfile.attribute.LineNumberInfo
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of LineNumberInfoPREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionstatic LineNumberInfoPREVIEW
LineNumberInfo.of
(int startPc, int lineNumber) Returns a line number description.Modifier and TypeMethodDescriptionLineNumberTableAttribute.lineNumbers()
Returns the table mapping bytecode offsets to source line numbers.Modifier and TypeMethodDescriptionLineNumberTableAttribute.of
(List<LineNumberInfoPREVIEW> lines) Returns aLineNumberTable
attribute.