Uses of Class
org.jikesrvm.compilers.opt.bc2ir.HandlerBlockLE

Packages that use HandlerBlockLE
org.jikesrvm.compilers.opt.bc2ir   
 

Uses of HandlerBlockLE in org.jikesrvm.compilers.opt.bc2ir
 

Fields in org.jikesrvm.compilers.opt.bc2ir declared as HandlerBlockLE
(package private)  HandlerBlockLE[] BasicBlockLE.handlers
          The exception handler BBLE's for this block (null if none)
 

Methods in org.jikesrvm.compilers.opt.bc2ir with parameters of type HandlerBlockLE
(package private)  void BasicBlockLE.addHandler(HandlerBlockLE handler)
          Add an exception handler BBLE to the handlers array.