public final class AbstractCallBuilder
extends java.lang.Object
Constructor and Description |
---|
AbstractCallBuilder(BlockId blockId) |
Modifier and Type | Method and Description |
---|---|
void |
addDirective(Directive directive) |
void |
addLabelReference(LabelValue label) |
void |
addOutput(Output output) |
AbstractCall |
build() |
BlockId |
getBlockId() |
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 addDirective(Directive directive)
public void addLabelReference(LabelValue label)
public void addOutput(Output output)
public void setPreparatorReference(PreparatorReference preparatorReference)
public AbstractCall build()