Package | Description |
---|---|
javassist.bytecode.analysis |
Bytecode Analysis API.
|
Modifier and Type | Method and Description |
---|---|
ControlFlow.Block[] |
ControlFlow.basicBlocks()
Returns all the basic blocks in the method body.
|
ControlFlow.Block |
ControlFlow.Node.block()
Returns the basic block indicated by this node.
|
ControlFlow.Block |
ControlFlow.Catcher.block()
Returns the first block of the catch clause.
|
ControlFlow.Block |
ControlFlow.Block.exit(int n)
Returns the n-th block that may be executed after this
block.
|
ControlFlow.Block |
ControlFlow.Block.incoming(int n)
Returns the block that the control may jump into this block from.
|
Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.