Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
Compil3r.Quad.ExceptionHandler

Uses of ExceptionHandler in Compil3r.Quad
 

Fields in Compil3r.Quad declared as ExceptionHandler
private  ExceptionHandler ExceptionHandlerList.exception_handler
          The exception handler.
 

Methods in Compil3r.Quad that return ExceptionHandler
 ExceptionHandler ExceptionHandlerList.getHandler()
          Return the handler in this set.
 ExceptionHandler ExceptionHandlerList.mustCatch(Clazz.jq_Class exType)
          Returns the first exception handler in the list that MUST catch an exception of the given type, or null if there is no handler that must catch it.
 ExceptionHandler ExceptionHandlerList.getExceptionHandler(int index)
           
 ExceptionHandler ExceptionHandlerIterator.nextExceptionHandler()
          Returns the next element of this iterator, avoiding the cast.
 ExceptionHandler ExceptionHandlerIterator.previousExceptionHandler()
          Returns the previous element of this iterator, avoiding the cast.
private  ExceptionHandler ControlFlowGraph.copier(java.util.HashMap map, ExceptionHandler this_eh)
           
 

Methods in Compil3r.Quad with parameters of type ExceptionHandler
private static void QuadIterator.addQuadsThatReachHandler(BasicBlock bb, java.util.Set result, ExceptionHandler eh)
           
protected  void MethodSummary.BuildMethodSummary.mergeWith(ExceptionHandler eh)
          Merge the current state into the start state for the given basic block.
 void ExceptionHandlerList.setHandler(ExceptionHandler eh)
           
(package private)  void ControlFlowGraph.addExceptionHandler(ExceptionHandler eh)
           
private  ExceptionHandler ControlFlowGraph.copier(java.util.HashMap map, ExceptionHandler this_eh)
           
 

Constructors in Compil3r.Quad with parameters of type ExceptionHandler
ExceptionHandlerList(ExceptionHandler exception_handler)
          Creates new ExceptionHandlerList containing the given exception handler and no parent set.
ExceptionHandlerList(ExceptionHandler exception_handler, ExceptionHandlerList parent)
          Creates new ExceptionHandlerList containing the given exception handler and parent set.