public static class Breaks.Info
extends java.lang.Object
| Constructor and Description |
|---|
Breaks.Info(AST tree)
Create info for the denoted tree.
|
| Modifier and Type | Method and Description |
|---|---|
Breaks.Info[] |
getChildren()
Get the children information.
|
int |
getLength()
Get the length of the linear representation (children included).
|
void |
print(java.io.PrintWriter out)
Print break information in tree form.
|
public final AST tree
public Breaks.Info(AST tree)
tree - the tree for which the info is to be computed.public int getLength()
public Breaks.Info[] getChildren()
public void print(java.io.PrintWriter out)
out - the stream to print to.