Uses of Class
org.jboss.byteman.agent.adapter.cfg.BBlock
-
Packages that use BBlock Package Description org.jboss.byteman.agent.adapter.cfg -
-
Uses of BBlock in org.jboss.byteman.agent.adapter.cfg
Methods in org.jboss.byteman.agent.adapter.cfg that return BBlock Modifier and Type Method Description BBlockCFG. getBlock(org.objectweb.asm.Label label)return the block containing a label if knownBBlockCodeLocation. getBlock()Methods in org.jboss.byteman.agent.adapter.cfg with parameters of type BBlock Modifier and Type Method Description FanOutCFG. getContains(BBlock block)return a link object listing all the labels contained in a given blockList<CodeLocation>CFG. getOpenMonitorEnters(BBlock block)retrieve the list of monitor enter locations open at the start of a given blockConstructors in org.jboss.byteman.agent.adapter.cfg with parameters of type BBlock Constructor Description CodeLocation(BBlock block, int instructionIdx)
-