org.jikesrvm.compilers.baseline
Class BasicBlockFactory

java.lang.Object
  extended by org.jikesrvm.compilers.baseline.BasicBlockFactory

final class BasicBlockFactory
extends Object


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

nextBlockNumber

private int nextBlockNumber
Constructor Detail

BasicBlockFactory

BasicBlockFactory()
Method Detail

newBlock

BasicBlock newBlock(int startval)
This should be the usual constructor, we know the start, but don't yet know the end. No predecessors.


getNumberofBlocks

public int getNumberofBlocks()