public final class AbstractCallBuilder
extends java.lang.Object
Constructor and Description |
---|
AbstractCallBuilder(BlockId blockId) |
Modifier and Type | Method and Description |
---|---|
void |
addLabel(Label label) |
void |
addLabelReference(LabelValue label) |
void |
addOutput(Output output) |
AbstractCall |
build() |
BlockId |
getBlockId() |
void |
setAlignment(java.math.BigInteger value,
java.math.BigInteger valueInBytes) |
void |
setOrigin(java.math.BigInteger value,
boolean isRelative) |
void |
setPreparatorReference(PreparatorReference preparatorReference) |
void |
setRootOperation(Primitive rootOperation) |
void |
setText(java.lang.String text) |
void |
setWhere(Where where) |
public AbstractCallBuilder(BlockId blockId)
public BlockId getBlockId()
public void setWhere(Where where)
public void setText(java.lang.String text)
public void setRootOperation(Primitive rootOperation)
public void addLabel(Label label)
public void addLabelReference(LabelValue label)
public void addOutput(Output output)
public void setOrigin(java.math.BigInteger value, boolean isRelative)
public void setAlignment(java.math.BigInteger value, java.math.BigInteger valueInBytes)
public void setPreparatorReference(PreparatorReference preparatorReference)
public AbstractCall build()