public final class AbstractCallBuilder
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
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,
java.math.BigInteger basePa) |
void |
setPreparatorReference(PreparatorReference preparatorReference) |
void |
setRootOperation(Primitive rootOperation) |
void |
setText(java.lang.String text) |
void |
setWhere(Where where) |
protected 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, java.math.BigInteger basePa)
public void setAlignment(java.math.BigInteger value, java.math.BigInteger valueInBytes)
public void setPreparatorReference(PreparatorReference preparatorReference)
public AbstractCall build()