Uses of Class
javassist.bytecode.analysis.ControlFlow.Block
-
Packages that use ControlFlow.Block Package Description javassist.bytecode.analysis Bytecode Analysis API. -
-
Uses of ControlFlow.Block in javassist.bytecode.analysis
Methods in javassist.bytecode.analysis that return ControlFlow.Block Modifier and Type Method Description ControlFlow.Block[]ControlFlow. basicBlocks()Returns all the basic blocks in the method body.ControlFlow.BlockControlFlow.Catcher. block()Returns the first block of the catch clause.ControlFlow.BlockControlFlow.Node. block()Returns the basic block indicated by this node.ControlFlow.BlockControlFlow.Block. exit(int n)Returns the n-th block that may be executed after this block.ControlFlow.BlockControlFlow.Block. incoming(int n)Returns the block that the control may jump into this block from.
-