|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.compilers.baseline.BasicBlockFactory
final class BasicBlockFactory
Field Summary | |
---|---|
private int |
nextBlockNumber
|
Constructor Summary | |
---|---|
BasicBlockFactory()
|
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int nextBlockNumber
Constructor Detail |
---|
BasicBlockFactory()
Method Detail |
---|
BasicBlock newBlock(int startval)
public int getNumberofBlocks()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |