public final class StreamPreparatorBuilder
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
StreamPreparatorBuilder(LabelManager memoryMap,
MetaAddressingMode metaData,
MetaAddressingMode metaIndex) |
Modifier and Type | Method and Description |
---|---|
void |
addCall(Call call) |
void |
beginInitMethod() |
void |
beginReadMethod() |
void |
beginWriteMethod() |
StreamPreparator |
build() |
void |
endMethod() |
Primitive |
getDataSource() |
Primitive |
getIndexSource() |
LabelValue |
getStartLabel() |
protected StreamPreparatorBuilder(LabelManager memoryMap, MetaAddressingMode metaData, MetaAddressingMode metaIndex)
public Primitive getDataSource()
public Primitive getIndexSource()
public LabelValue getStartLabel()
public void beginInitMethod()
public void beginReadMethod()
public void beginWriteMethod()
public void endMethod()
public void addCall(Call call)
public StreamPreparator build()