Package | Description |
---|---|
org.jboss.byteman.agent.adapter.cfg |
Modifier and Type | Method and Description |
---|---|
BBlock |
CodeLocation.getBlock() |
BBlock |
CFG.getBlock(org.objectweb.asm.Label label)
return the block containing a label if known
|
Modifier and Type | Method and Description |
---|---|
FanOut |
CFG.getContains(BBlock block)
return a link object listing all the labels contained in a given block
|
List<CodeLocation> |
CFG.getOpenMonitorEnters(BBlock block)
retrieve the list of monitor enter locations open at the start of a given block
|
Constructor and Description |
---|
CodeLocation(BBlock block,
int instructionIdx) |
Copyright © 2018. All Rights Reserved.