Uses of Class
javassist.bytecode.analysis.ControlFlow.Block

Packages that use ControlFlow.Block
javassist.bytecode.analysis Bytecode Analysis API. 
 

Uses of ControlFlow.Block in javassist.bytecode.analysis
 

Methods in javassist.bytecode.analysis that return ControlFlow.Block
 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 blocks that the control may jump into this block from.
 



Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.