Uses of Interface
io.smallrye.classfile.attribute.LineNumberInfo
Packages that use LineNumberInfo
Package
Description
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of LineNumberInfo in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return LineNumberInfoModifier and TypeMethodDescriptionstatic LineNumberInfoLineNumberInfo.of(int startPc, int lineNumber) Returns a line number description.Methods in io.smallrye.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 io.smallrye.classfile.attribute with type arguments of type LineNumberInfoModifier and TypeMethodDescriptionstatic LineNumberTableAttributeLineNumberTableAttribute.of(List<LineNumberInfo> lines) Returns aLineNumberTableattribute.