Uses of Interface
java.lang.classfile.attribute.LocalVariableTypeTableAttribute
Packages that use LocalVariableTypeTableAttributePREVIEW
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW library.-
Uses of LocalVariableTypeTableAttributePREVIEW in java.lang.classfilePREVIEW
Methods in java.lang.classfilePREVIEW that return types with arguments of type LocalVariableTypeTableAttributePREVIEWModifier and TypeMethodDescriptionAttributes.localVariableTypeTable()Returns Attribute mapper for theLocalVariableTypeTableattribute. -
Uses of LocalVariableTypeTableAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type LocalVariableTypeTableAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterfacePreview.Models theLocalVariableTypeTableattribute 4.7.14, which can appear on aCodeattribute, and records debug information about local variables.Methods in java.lang.classfile.attributePREVIEW that return LocalVariableTypeTableAttributePREVIEWModifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.of(List<LocalVariableTypeInfoPREVIEW> locals) Returns aLocalVariableTypeTableattribute.