Uses of Class
javassist.bytecode.analysis.ControlFlow.Node
-
Uses of ControlFlow.Node in javassist.bytecode.analysis
Modifier and TypeMethodDescriptionControlFlow.Node.child
(int n) Returns the n-th child of this node.ControlFlow.dominatorTree()
Constructs a dominator tree.ControlFlow.Node.parent()
Returns the parent of this node.ControlFlow.postDominatorTree()
Constructs a post dominator tree.