Interface NewAttributeBands.AttributeLayoutElement
- All Known Implementing Classes:
NewAttributeBands.Call
,NewAttributeBands.Callable
,NewAttributeBands.Integral
,NewAttributeBands.LayoutElement
,NewAttributeBands.Reference
,NewAttributeBands.Replication
,NewAttributeBands.Union
,NewAttributeBands.UnionCase
- Enclosing class:
- NewAttributeBands
public static interface NewAttributeBands.AttributeLayoutElement
An AttributeLayoutElement is a part of an attribute layout and has one or more bands associated with it, which transmit the AttributeElement data for
successive Attributes of this type.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttributeToBand
(NewAttribute attribute, InputStream inputStream) void
pack
(OutputStream ouputStream) void
renumberBci
(IntList bciRenumbering, Map<org.objectweb.asm.Label, Integer> labelsToOffsets)
-
Method Details
-
addAttributeToBand
-
pack
- Throws:
IOException
Pack200Exception
-
renumberBci
-