Uses of Interface
io.smallrye.classfile.attribute.LocalVariableInfo
Packages that use LocalVariableInfo
Package
Description
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of LocalVariableInfo in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return types with arguments of type LocalVariableInfoModifier and TypeMethodDescriptionLocalVariableTableAttribute.localVariables()Returns debug information for the local variables in this method.Method parameters in io.smallrye.classfile.attribute with type arguments of type LocalVariableInfoModifier and TypeMethodDescriptionstatic LocalVariableTableAttributeLocalVariableTableAttribute.of(List<LocalVariableInfo> locals) Returns aLocalVariableTableattribute.