Uses of Class
org.apache.bcel.verifier.structurals.ExceptionHandler

Packages that use ExceptionHandler
org.apache.bcel.verifier.structurals Provides a PassVerifier class mostly used internally by JustIce, yielding a control flow graph for public use as a nice side effect.  
 

Uses of ExceptionHandler in org.apache.bcel.verifier.structurals
 

Methods in org.apache.bcel.verifier.structurals that return ExceptionHandler
 ExceptionHandler[] InstructionContext.getExceptionHandlers()
          Returns the exception handlers that protect this instruction.
 ExceptionHandler[] ExceptionHandlers.getExceptionHandlers(InstructionHandle ih)
          Returns all the ExceptionHandler instances representing exception handlers that protect the instruction ih.
 



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.