Uses of Interface
joeq.Util.Templates.List.ExceptionHandler

Packages that use List.ExceptionHandler
joeq.Compiler.Quad   
joeq.Util.Templates   
 

Uses of List.ExceptionHandler in joeq.Compiler.Quad
 

Classes in joeq.Compiler.Quad that implement List.ExceptionHandler
 class ExceptionHandlerList
          Holds a list of exception handlers that protect a basic block.
 

Methods in joeq.Compiler.Quad that return List.ExceptionHandler
 List.ExceptionHandler ControlFlowGraph.getExceptionHandlers()
          Return the list of exception handlers in this control flow graph.
 List.ExceptionHandler ExceptionHandlerList.mayCatch(Collection exTypes)
          Returns the list of exception handlers in this list that MAY catch the given exception type.
 List.ExceptionHandler ExceptionHandlerList.mayCatch(jq_Class exType)
          Returns the list of exception handlers in this list that MAY catch the given exception type.
 

Uses of List.ExceptionHandler in joeq.Util.Templates
 

Classes in joeq.Util.Templates that implement List.ExceptionHandler
static class ListWrapper.ExceptionHandler
           
 



Copyright © 2001-2008 John Whaley. All Rights Reserved.