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.classfile
PREVIEW 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 theLocalVariableTypeTable
attribute. -
Uses of LocalVariableTypeTableAttributePREVIEW in java.lang.classfile.attributePREVIEW
Subinterfaces with type arguments of type LocalVariableTypeTableAttributePREVIEW in java.lang.classfile.attributePREVIEWModifier and TypeInterfaceDescriptioninterface
Preview.Models theLocalVariableTypeTable
attribute 4.7.14, which can appear on aCode
attribute, and records debug information about local variables.Methods in java.lang.classfile.attributePREVIEW that return LocalVariableTypeTableAttributePREVIEWModifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.of
(List<LocalVariableTypeInfoPREVIEW> locals) Returns aLocalVariableTypeTable
attribute.