edu.cmu.cs.crystal.cfg
Class BlockStack.Block

java.lang.Object
  extended by edu.cmu.cs.crystal.cfg.BlockStack.Block
Enclosing class:
BlockStack<Node extends ICFGNode>

public class BlockStack.Block
extends Object


Method Summary
 Node getPoint(boolean doBreak)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPoint

public Node getPoint(boolean doBreak)

toString

public String toString()
Overrides:
toString in class Object