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