Uses of Interface
java.lang.classfile.attribute.LocalVariableInfo
Packages that use LocalVariableInfoPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfile
PREVIEW library.-
Uses of LocalVariableInfoPREVIEW in java.lang.classfile.attributePREVIEW
Methods in java.lang.classfile.attributePREVIEW that return types with arguments of type LocalVariableInfoPREVIEWModifier and TypeMethodDescriptionLocalVariableTableAttribute.localVariables()
Returns debug information for the local variables in this method.Method parameters in java.lang.classfile.attributePREVIEW with type arguments of type LocalVariableInfoPREVIEWModifier and TypeMethodDescriptionLocalVariableTableAttribute.of
(List<LocalVariableInfoPREVIEW> locals) Returns aLocalVariableTable
attribute.