final class BasicBlockFactory extends Object
Modifier and Type | Field and Description |
---|---|
private int |
nextBlockNumber |
Constructor and Description |
---|
BasicBlockFactory() |
Modifier and Type | Method and Description |
---|---|
int |
getNumberofBlocks() |
(package private) BasicBlock |
newBlock(int startval)
This should be the usual constructor, we know the start, but don't
yet know the end.
|
private int nextBlockNumber
BasicBlockFactory()
BasicBlock newBlock(int startval)
startval
- start byte for the blockpublic int getNumberofBlocks()