Uses of Interface
java.lang.classfile.attribute.LocalVariableTypeTableAttribute
Packages that use LocalVariableTypeTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing classfile attributes for the
java.lang.classfile
library.-
Uses of LocalVariableTypeTableAttribute in java.lang.classfile
Methods in java.lang.classfile that return types with arguments of type LocalVariableTypeTableAttributeModifier and TypeMethodDescriptionAttributes.localVariableTypeTable()
Returns Attribute mapper for theLocalVariableTypeTable
attribute. -
Uses of LocalVariableTypeTableAttribute in java.lang.classfile.attribute
Subinterfaces with type arguments of type LocalVariableTypeTableAttribute in java.lang.classfile.attributeModifier and TypeInterfaceDescriptioninterface
Models theLocalVariableTypeTable
attribute (JVMS 4.7.14), which can appear on aCode
attribute, and records debug information about local variables.Methods in java.lang.classfile.attribute that return LocalVariableTypeTableAttributeModifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.of
(List<LocalVariableTypeInfo> locals) Returns aLocalVariableTypeTable
attribute.