Uses of Class
javassist.bytecode.analysis.ControlFlow.Block
Packages that use ControlFlow.Block
-
Uses of ControlFlow.Block in javassist.bytecode.analysis
Fields in javassist.bytecode.analysis declared as ControlFlow.BlockModifier and TypeFieldDescriptionprivate ControlFlow.Block[]
ControlFlow.basicBlocks
private ControlFlow.Block
ControlFlow.Node.block
(package private) ControlFlow.Block[]
ControlFlow.Block.entrances
private ControlFlow.Block
ControlFlow.Catcher.node
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.Constructors in javassist.bytecode.analysis with parameters of type ControlFlow.Block