| Package | Description |
|---|---|
| org.jboss.byteman.agent.adapter.cfg |
| Modifier and Type | Method and Description |
|---|---|
CFG |
BBlock.getCFG()
obtain the control flow graph to which this block belongs
|
| Constructor and Description |
|---|
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
|
Copyright © 2013. All Rights Reserved.