Uses of Class
javassist.bytecode.analysis.ControlFlow.Block
Packages that use ControlFlow.Block
-
Uses of ControlFlow.Block in javassist.bytecode.analysis
Methods in javassist.bytecode.analysis that return ControlFlow.BlockModifier 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.