Uses of Interface
java.lang.classfile.attribute.LocalVariableTypeInfo
Packages that use LocalVariableTypeInfoPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of LocalVariableTypeInfoPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return types with arguments of type LocalVariableTypeInfoPREVIEWModifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.localVariableTypes()
Returns debug information for the local variables in this method.Method parameters in java.lang.classfile.attributePREVIEW with type arguments of type LocalVariableTypeInfoPREVIEWModifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.of
(List<LocalVariableTypeInfoPREVIEW> locals) Returns aLocalVariableTypeTable
attribute.