Uses of Class
org.hotswap.agent.javassist.bytecode.analysis.ControlFlow.Node
-
Packages that use ControlFlow.Node Package Description org.hotswap.agent.javassist.bytecode.analysis Bytecode Analysis API. -
-
Uses of ControlFlow.Node in org.hotswap.agent.javassist.bytecode.analysis
Methods in org.hotswap.agent.javassist.bytecode.analysis that return ControlFlow.Node Modifier and Type Method Description ControlFlow.Node[]ControlFlow. dominatorTree()Constructs a dominator tree.ControlFlow.NodeControlFlow.Node. child(int n)Returns the n-th child of this node.ControlFlow.NodeControlFlow.Node. parent()Returns the parent of this node.ControlFlow.Node[]ControlFlow. postDominatorTree()Constructs a post dominator tree.
-