|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandlerList | |
---|---|
joeq.Compiler.Analysis.IPA | |
joeq.Compiler.Quad |
Uses of ExceptionHandlerList in joeq.Compiler.Analysis.IPA |
---|
Methods in joeq.Compiler.Analysis.IPA with parameters of type ExceptionHandlerList | |
---|---|
boolean |
ExceptionAnalysis.getThrownExceptions(ProgramLocation callSite,
Set s,
ExceptionHandlerList ex)
Add the set of exception types that can be thrown by this call and that are not caught by the given exception handlers to the given set. |
Uses of ExceptionHandlerList in joeq.Compiler.Quad |
---|
Fields in joeq.Compiler.Quad declared as ExceptionHandlerList | |
---|---|
static ExceptionHandlerList |
ExceptionHandlerList.EMPTY
|
Methods in joeq.Compiler.Quad that return ExceptionHandlerList | |
---|---|
static ExceptionHandlerList |
ExceptionHandlerList.getEmptyList()
|
ExceptionHandlerList |
BasicBlock.getExceptionHandlers()
Returns the list of exception handlers that guard this basic block. |
ExceptionHandlerList |
ExceptionHandlerList.getParent()
Return the parent set of exception handlers, or null if this set doesn't have a parent. |
Methods in joeq.Compiler.Quad with parameters of type ExceptionHandlerList | |
---|---|
void |
BasicBlock.appendExceptionHandlerList(ExceptionHandlerList list)
Appends the list of exception handlers to the current list of exception handlers. |
void |
ControlFlowGraph.appendExceptionHandlers(ExceptionHandlerList ehl)
|
BasicBlock |
ControlFlowGraph.createBasicBlock(int numOfPredecessors,
int numOfSuccessors,
int numOfInstructions,
ExceptionHandlerList ehs)
Create a new basic block in this control flow graph. |
void |
ExceptionHandlerList.setParent(ExceptionHandlerList p)
|
Constructors in joeq.Compiler.Quad with parameters of type ExceptionHandlerList | |
---|---|
ExceptionHandlerIterator(ExceptionHandlerList ehs)
Creates new ExceptionHandlerIterator. |
|
ExceptionHandlerList(ExceptionHandler exception_handler,
ExceptionHandlerList parent)
Creates new ExceptionHandlerList containing the given exception handler and parent set. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |