|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TryCatchDetails | |
---|---|
org.jboss.byteman.agent.adapter.cfg |
Uses of TryCatchDetails in org.jboss.byteman.agent.adapter.cfg |
---|
Methods in org.jboss.byteman.agent.adapter.cfg that return types with arguments of type TryCatchDetails | |
---|---|
java.util.List<TryCatchDetails> |
BBlock.getActiveTryStarts()
retrieve details of all try catch blocks which are capable of generating an exception in this block |
java.util.Iterator<TryCatchDetails> |
BBlock.getHandlerStarts()
retrieve details of all try catch block handlers whcih start in this block |
java.util.List<TryCatchDetails> |
TryCatchDetails.getShadowRegions()
|
java.util.Iterator<TryCatchDetails> |
BBlock.getTryEnds()
retrieve details of all try catch blocks which end in this block |
java.util.List<TryCatchDetails> |
CFG.tryCatchEndDetails(org.objectweb.asm.Label label)
return the list of details of try catch blocks which end at this label |
java.util.List<TryCatchDetails> |
CFG.tryCatchHandlerStartDetails(org.objectweb.asm.Label label)
return the list of details of try catch blocks whose handler startsend at this label |
java.util.List<TryCatchDetails> |
CFG.tryCatchStartDetails(org.objectweb.asm.Label label)
return the list of details of try catch blocks which start at this label |
Methods in org.jboss.byteman.agent.adapter.cfg with parameters of type TryCatchDetails | |
---|---|
void |
TryCatchDetails.addShadowRegion(TryCatchDetails tryCatchDetails)
add a shadowing region to the list of regions which shadow this one |
Method parameters in org.jboss.byteman.agent.adapter.cfg with type arguments of type TryCatchDetails | |
---|---|
void |
BBlock.addHandlerStarts(java.util.List<TryCatchDetails> details)
record details of a try catch block handler which starts in this block |
void |
BBlock.addTryEnds(java.util.List<TryCatchDetails> details)
record details of a try catch block which ends in this block |
void |
BBlock.addTryStarts(java.util.List<TryCatchDetails> details)
record details of a try catch block which starts in this block |
void |
BBlock.setActiveTryStarts(java.util.List<TryCatchDetails> active)
set the list of try starts which are active somewhere in this block. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |