public static class ControlFlow.Node
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
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. |
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.Javassist, a Java-bytecode translator toolkit.
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.