public class NewAttributeBands.Call extends NewAttributeBands.LayoutElement
Constructor and Description |
---|
Call(int callableIndex) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeToBand(NewAttribute attribute,
InputStream inputStream) |
NewAttributeBands.Callable |
getCallable() |
int |
getCallableIndex() |
void |
pack(OutputStream outputStream) |
void |
renumberBci(IntList bciRenumbering,
Map<org.objectweb.asm.Label,Integer> labelsToOffsets) |
void |
setCallable(NewAttributeBands.Callable callable) |
getLength
public Call(int callableIndex)
public void addAttributeToBand(NewAttribute attribute, InputStream inputStream)
public NewAttributeBands.Callable getCallable()
public int getCallableIndex()
public void pack(OutputStream outputStream)
public void renumberBci(IntList bciRenumbering, Map<org.objectweb.asm.Label,Integer> labelsToOffsets)
public void setCallable(NewAttributeBands.Callable callable)
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.