public class NewAttributeBands.Call extends NewAttributeBands.LayoutElement
| Constructor and Description |
|---|
Call(int callableIndex) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttributeToBand(NewAttribute attribute,
InputStream stream) |
NewAttributeBands.Callable |
getCallable() |
int |
getCallableIndex() |
void |
pack(OutputStream out) |
void |
renumberBci(IntList bciRenumbering,
Map labelsToOffsets) |
void |
setCallable(NewAttributeBands.Callable callable) |
getLengthpublic Call(int callableIndex)
public void setCallable(NewAttributeBands.Callable callable)
public void addAttributeToBand(NewAttribute attribute, InputStream stream)
public void pack(OutputStream out)
public void renumberBci(IntList bciRenumbering, Map labelsToOffsets)
public int getCallableIndex()
public NewAttributeBands.Callable getCallable()
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.