|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jikesrvm.compilers.opt.ir.ExceptionHandlerBasicBlockBag
public final class ExceptionHandlerBasicBlockBag
A container for the chain of exception handlers for a basic block.
BasicBlock
,
ExceptionHandlerBasicBlock
Field Summary | |
---|---|
private ExceptionHandlerBasicBlockBag |
caller
If this is an inlined method, then this points to the enclosing method's (the caller's) ExcpetionHandlerBasicBlockBag. |
private ExceptionHandlerBasicBlock[] |
local
The array of ExceptionHandlerBasicBlocks constructed by BC2IR based on the local set of handlers visible within a single method |
Constructor Summary | |
---|---|
ExceptionHandlerBasicBlockBag(ExceptionHandlerBasicBlock[] l,
ExceptionHandlerBasicBlockBag c)
Create an EHBBB |
Method Summary | |
---|---|
Enumeration<BasicBlock> |
enumerator()
An enumeration of all the exception handler basic blocks (transitively) in the EHBBB. |
ExceptionHandlerBasicBlockBag |
getCaller()
only for use by BC2IR; return caller |
void |
remove(BasicBlock bb)
take an element out f the bag. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ExceptionHandlerBasicBlock[] local
private final ExceptionHandlerBasicBlockBag caller
Constructor Detail |
---|
public ExceptionHandlerBasicBlockBag(ExceptionHandlerBasicBlock[] l, ExceptionHandlerBasicBlockBag c)
l
- the local array of EHBBsc
- the enclosing EHBBBMethod Detail |
---|
public ExceptionHandlerBasicBlockBag getCaller()
caller
caller
public void remove(BasicBlock bb)
public Enumeration<BasicBlock> enumerator()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |