Package | Description |
---|---|
org.jikesrvm.compilers.opt.bc2ir |
Provides classes that implement the transformation from bytecode to the
high-level intermediate representation (HIR).
|
Modifier and Type | Field and Description |
---|---|
(package private) HandlerBlockLE[] |
BasicBlockLE.handlers
The exception handler BBLE's for this block (
null if none) |
Modifier and Type | Method and Description |
---|---|
(package private) void |
BasicBlockLE.addHandler(HandlerBlockLE handler)
Adds an exception handler BBLE to the handlers array.
|