Uses of Interface
io.smallrye.classfile.attribute.LocalVariableTypeInfo
Packages that use LocalVariableTypeInfo
Package
Description
Provides interfaces describing
class file attributes for the io.smallrye.classfile library.-
Uses of LocalVariableTypeInfo in io.smallrye.classfile.attribute
Methods in io.smallrye.classfile.attribute that return types with arguments of type LocalVariableTypeInfoModifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.localVariableTypes()Returns debug information for the local variables with generic types in this method.Method parameters in io.smallrye.classfile.attribute with type arguments of type LocalVariableTypeInfoModifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.of(List<LocalVariableTypeInfo> locals) Returns aLocalVariableTypeTableattribute.