Uses of Interface
io.smallrye.classfile.attribute.LocalVariableTableAttribute
Packages that use LocalVariableTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of LocalVariableTableAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type LocalVariableTableAttributeModifier and TypeMethodDescriptionAttributes.localVariableTable()Returns the mapper for theLocalVariableTableattribute. -
Uses of LocalVariableTableAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return LocalVariableTableAttributeModifier and TypeMethodDescriptionstatic LocalVariableTableAttributeLocalVariableTableAttribute.of(List<LocalVariableInfo> locals) Returns aLocalVariableTableattribute.