public static class ControlFlow.Node extends 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. | 
| String | toString()Returns a  Stringrepresentation. | 
public String toString()
String representation.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.Copyright © 2016 Shigeru Chiba, www.javassist.org. All Rights Reserved.