|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CFG | |
---|---|
org.jboss.byteman.agent.adapter.cfg |
Uses of CFG in org.jboss.byteman.agent.adapter.cfg |
---|
Methods in org.jboss.byteman.agent.adapter.cfg that return CFG | |
---|---|
CFG |
BBlock.getCFG()
obtain the control flow graph to which this block belongs |
Constructors in org.jboss.byteman.agent.adapter.cfg with parameters of type CFG | |
---|---|
BBlock(CFG cfg,
org.objectweb.asm.Label start,
int blockIdx)
construct a new basic block |
|
TriggerDetails(CFG cfg,
org.objectweb.asm.Label start)
construct a new trigger details instance |
|
TryCatchDetails(CFG cfg,
org.objectweb.asm.Label start,
org.objectweb.asm.Label end,
org.objectweb.asm.Label handler,
java.lang.String type,
boolean isTriggerHandler)
construct a try catch details instance |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |