public class NewAttributeBands.Integral extends NewAttributeBands.LayoutElement
Constructor and Description |
---|
Integral(String tag) |
Integral(String tag,
NewAttributeBands.Integral previousIntegral) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeToBand(NewAttribute attribute,
InputStream inputStream) |
String |
getTag() |
int |
latestValue() |
void |
pack(OutputStream outputStream) |
void |
renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
getLength
public Integral(String tag, NewAttributeBands.Integral previousIntegral)
public void addAttributeToBand(NewAttribute attribute, InputStream inputStream)
public int latestValue()
public void pack(OutputStream outputStream) throws IOException, Pack200Exception
IOException
Pack200Exception
public void renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label,Integer> labelsToOffsets)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.