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