Uses of Interface
io.github.dmlloyd.classfile.attribute.StackMapTableAttribute
Packages that use StackMapTableAttribute
Package
Description
Provides classfile parsing, generation, and transformation library.
Provides interfaces describing
class file attributes for the io.github.dmlloyd.classfile library.-
Uses of StackMapTableAttribute in io.github.dmlloyd.classfile
Methods in io.github.dmlloyd.classfile that return types with arguments of type StackMapTableAttributeModifier and TypeMethodDescriptionAttributes.stackMapTable()Returns the mapper for theStackMapTableattribute. -
Uses of StackMapTableAttribute in io.github.dmlloyd.classfile.attribute
Methods in io.github.dmlloyd.classfile.attribute that return StackMapTableAttributeModifier and TypeMethodDescriptionstatic StackMapTableAttributeStackMapTableAttribute.of(List<StackMapFrameInfo> entries) Returns a stack map table attribute.