public class NewAttributeBands.Union extends NewAttributeBands.LayoutElement
Constructor and Description |
---|
Union(String tag,
List<NewAttributeBands.UnionCase> unionCases,
List<NewAttributeBands.LayoutElement> body) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeToBand(NewAttribute attribute,
InputStream inputStream) |
List<NewAttributeBands.LayoutElement> |
getDefaultCaseBody() |
List<NewAttributeBands.UnionCase> |
getUnionCases() |
NewAttributeBands.Integral |
getUnionTag() |
void |
pack(OutputStream outputStream) |
void |
renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
getLength
public Union(String tag, List<NewAttributeBands.UnionCase> unionCases, List<NewAttributeBands.LayoutElement> body)
public void addAttributeToBand(NewAttribute attribute, InputStream inputStream)
public List<NewAttributeBands.LayoutElement> getDefaultCaseBody()
public List<NewAttributeBands.UnionCase> getUnionCases()
public NewAttributeBands.Integral getUnionTag()
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.