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
Methods in java.lang.classfile.attributePREVIEW that return LocalVariableTypeTableAttributePREVIEWModifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.of
(List<LocalVariableTypeInfoPREVIEW> locals) Returns aLocalVariableTypeTable
attribute.