Uses of Interface
java.lang.classfile.attribute.LocalVariableTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of LocalVariableTableAttributePREVIEW in java.lang.classfilePREVIEW
Modifier and TypeFieldDescriptionstatic final AttributeMapperPREVIEW
<LocalVariableTableAttributePREVIEW> Attributes.LOCAL_VARIABLE_TABLE
Attribute mapper for theLocalVariableTable
attribute -
Uses of LocalVariableTableAttributePREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionLocalVariableTableAttribute.of
(List<LocalVariableInfoPREVIEW> locals) Returns aLocalVariableTable
attribute.