org.jikesrvm.compilers.opt.ir
Class BasicBlock.ExceptionOutEdgeEnum

java.lang.Object
  extended by org.jikesrvm.compilers.opt.ir.BasicBlock.BBEnum
      extended by org.jikesrvm.compilers.opt.ir.BasicBlock.ExceptionOutEdgeEnum
All Implemented Interfaces:
Enumeration<BasicBlock>
Enclosing class:
BasicBlock

static final class BasicBlock.ExceptionOutEdgeEnum
extends BasicBlock.BBEnum


Field Summary
private  SpaceEffGraphEdge _edge
           
 
Fields inherited from class org.jikesrvm.compilers.opt.ir.BasicBlock.BBEnum
current
 
Constructor Summary
BasicBlock.ExceptionOutEdgeEnum(SpaceEffGraphNode n)
           
 
Method Summary
protected  BasicBlock advance()
           
 
Methods inherited from class org.jikesrvm.compilers.opt.ir.BasicBlock.BBEnum
fail, hasMoreElements, nextElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_edge

private SpaceEffGraphEdge _edge
Constructor Detail

BasicBlock.ExceptionOutEdgeEnum

BasicBlock.ExceptionOutEdgeEnum(SpaceEffGraphNode n)
Method Detail

advance

protected BasicBlock advance()
Specified by:
advance in class BasicBlock.BBEnum