Uses of Interface
java.lang.classfile.attribute.LocalVariableTypeTableAttribute
Packages that use LocalVariableTypeTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class
file 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 the 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 records debug information about local variables with generic types.Methods in java.lang.classfile.attribute that return LocalVariableTypeTableAttributeModifier and TypeMethodDescriptionLocalVariableTypeTableAttribute.of
(List<LocalVariableTypeInfo> locals) Returns aLocalVariableTypeTable
attribute.