Uses of Class
javassist.bytecode.analysis.ControlFlow.Block
-
Uses of ControlFlow.Block in javassist.bytecode.analysis
Modifier and TypeMethodDescriptionControlFlow.basicBlocks()
Returns all the basic blocks in the method body.ControlFlow.Catcher.block()
Returns the first block of the catch clause.ControlFlow.Node.block()
Returns the basic block indicated by this node.ControlFlow.Block.exit
(int n) Returns the n-th block that may be executed after this block.ControlFlow.Block.incoming
(int n) Returns the block that the control may jump into this block from.