Uses of Interface
java.lang.classfile.attribute.LocalVariableTypeInfo
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of LocalVariableTypeInfoPREVIEW in java.lang.classfile.attributePREVIEW
Modifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.localVariableTypes()
Returns debug information for the local variables in this method.Modifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.of
(List<LocalVariableTypeInfoPREVIEW> locals) Returns aLocalVariableTypeTable
attribute.