Uses of Interface
io.smallrye.classfile.attribute.LocalVariableTypeTableAttribute
Packages that use LocalVariableTypeTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of LocalVariableTypeTableAttribute in io.smallrye.classfile
Methods in io.smallrye.classfile that return types with arguments of type LocalVariableTypeTableAttributeModifier and TypeMethodDescriptionAttributes.localVariableTypeTable()Returns the mapper for theLocalVariableTypeTableattribute. -
Uses of LocalVariableTypeTableAttribute in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return LocalVariableTypeTableAttributeModifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.of(List<LocalVariableTypeInfo> locals) Returns aLocalVariableTypeTableattribute.