public final class MemoryPreparatorBuilder
extends java.lang.Object
MemoryPreparatorBuilder
class is responsible for construction
of memory preparators.Modifier | Constructor and Description |
---|---|
protected |
MemoryPreparatorBuilder(int dataSize) |
Modifier and Type | Method and Description |
---|---|
void |
addCall(Call call) |
MemoryPreparator |
build() |
int |
getDataSize() |
LazyValue |
newAddressReference() |
LazyValue |
newAddressReference(int start,
int end) |
LazyValue |
newDataReference() |
LazyValue |
newDataReference(int start,
int end) |
public int getDataSize()
public LazyValue newDataReference()
public LazyValue newDataReference(int start, int end)
public LazyValue newAddressReference()
public LazyValue newAddressReference(int start, int end)
public void addCall(Call call)
public MemoryPreparator build()