Uses of Interface
java.lang.classfile.attribute.LocalVariableInfo
Packages that use LocalVariableInfoPREVIEW
Package
Description
Provides interfaces describing classfile attributes for the
java.lang.classfilePREVIEW 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 aLocalVariableTableattribute.