Interface StackMapTableAttribute

All Superinterfaces:
Attribute<StackMapTableAttribute>, ClassFileElement, CodeElement, WritableElement<StackMapTableAttribute>
All Known Implementing Classes:
BoundAttribute.BoundStackMapTableAttribute, UnboundAttribute.UnboundStackMapTableAttribute

Models the StackMapTable attribute , which can appear on a Code attribute.

The attribute does not permit multiple instances in a given location. Subsequent occurrence of the attribute takes precedence during the attributed element build or transformation.

The attribute was introduced in the Java SE Platform version 6.

Since:
22