Package javassist.bytecode.analysis
Class ControlFlow.Node
java.lang.Object
javassist.bytecode.analysis.ControlFlow.Node
- Enclosing class:
ControlFlow
A node of (post) dominator trees.
-
Method Summary
-
Method Details
-
toString
Returns aString
representation. -
block
Returns the basic block indicated by this node. -
parent
Returns the parent of this node. -
children
public int children()Returns the number of the children of this node. -
child
Returns the n-th child of this node.- Parameters:
n
- an index in the array of children.
-