|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavassist.bytecode.analysis.ControlFlow.Node
public static class ControlFlow.Node
A node of (post) dominator trees.
Method Summary | |
---|---|
ControlFlow.Block |
block()
Returns the basic block indicated by this node. |
ControlFlow.Node |
child(int n)
Returns the n-th child of this node. |
int |
children()
Returns the number of the children of this node. |
ControlFlow.Node |
parent()
Returns the parent of this node. |
java.lang.String |
toString()
Returns a String representation. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public java.lang.String toString()
String
representation.
toString
in class java.lang.Object
public ControlFlow.Block block()
public ControlFlow.Node parent()
public int children()
public ControlFlow.Node child(int n)
n
- an index in the array of children.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |