- All Superinterfaces:
Attribute<StackMapTableAttribute>,ClassfileElement,CodeElement,WritableElement<StackMapTableAttribute>
- All Known Implementing Classes:
BoundAttribute.BoundStackMapTableAttribute,UnboundAttribute.UnboundStackMapTableAttribute
public sealed interface StackMapTableAttribute
extends Attribute<StackMapTableAttribute>, CodeElement
permits BoundAttribute.BoundStackMapTableAttribute, UnboundAttribute.UnboundStackMapTableAttribute
Models the
StackMapTable attribute , which can appear
on a Code attribute.-
Method Summary
Modifier and TypeMethodDescriptionentries()Returns the stack map frames.static StackMapTableAttributeof(List<StackMapFrameInfo> entries) Methods inherited from interface org.glavo.classfile.Attribute
attributeMapper, attributeNameMethods inherited from interface org.glavo.classfile.WritableElement
writeTo
-
Method Details
-
entries
List<StackMapFrameInfo> entries()Returns the stack map frames.- Returns:
- the stack map frames
-
of
-