Uses of Interface
java.lang.classfile.attribute.LineNumberInfo
Packages that use LineNumberInfoPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of LineNumberInfoPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return LineNumberInfoPREVIEWModifier and TypeMethodDescriptionstatic LineNumberInfoPREVIEW
LineNumberInfo.of
(int startPc, int lineNumber) Returns a line number description.Methods in java.lang.classfile.attributePREVIEW that return types with arguments of type LineNumberInfoPREVIEWModifier and TypeMethodDescriptionLineNumberTableAttribute.lineNumbers()
Returns the table mapping bytecode offsets to source line numbers.Method parameters in java.lang.classfile.attributePREVIEW with type arguments of type LineNumberInfoPREVIEWModifier and TypeMethodDescriptionLineNumberTableAttribute.of
(List<LineNumberInfoPREVIEW> lines) Returns aLineNumberTable
attribute.