public class NewAttributeBands.Call extends NewAttributeBands.LayoutElement
Constructor and Description |
---|
Call(int callableIndex) |
Modifier and Type | Method and Description |
---|---|
void |
addAttributeToBand(NewAttribute attribute,
java.io.InputStream stream) |
NewAttributeBands.Callable |
getCallable() |
int |
getCallableIndex() |
void |
pack(java.io.OutputStream out) |
void |
renumberBci(IntList bciRenumbering,
java.util.Map labelsToOffsets) |
void |
setCallable(NewAttributeBands.Callable callable) |
getLength
public Call(int callableIndex)
public void setCallable(NewAttributeBands.Callable callable)
public void addAttributeToBand(NewAttribute attribute, java.io.InputStream stream)
public void pack(java.io.OutputStream out)
public void renumberBci(IntList bciRenumbering, java.util.Map labelsToOffsets)
public int getCallableIndex()
public NewAttributeBands.Callable getCallable()