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
Fields in java.lang.classfilePREVIEW with type parameters of type LocalVariableTypeTableAttributePREVIEWModifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<LocalVariableTypeTableAttributePREVIEW> Attributes.LOCAL_VARIABLE_TYPE_TABLE
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.