Package | Description |
---|---|
org.jboss.byteman.agent.adapter.cfg |
Modifier and Type | Method | Description |
---|---|---|
BBlock |
CFG.getBlock(org.objectweb.asm.Label label) |
return the block containing a label if known
|
BBlock |
CodeLocation.getBlock() |
Modifier and Type | Method | 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 | Description |
---|---|
CodeLocation(BBlock block,
int instructionIdx) |
Copyright © 2018. All rights reserved.