public class Node extends Object
| Modifier and Type | Field and Description |
|---|---|
Object[] |
attrs |
Node[] |
children |
Position |
position |
| Constructor and Description |
|---|
Node(NodeFactory pool,
int children,
int attributes,
Visits visits) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(PrintWriter log) |
Node |
get(int ofs) |
String |
getText() |
void |
init() |
public final Position position
public final Node[] children
public final Object[] attrs
public Node(NodeFactory pool, int children, int attributes, Visits visits)
public void init()
public String getText()
public Node get(int ofs)
public void compute(PrintWriter log) throws SemanticError
SemanticErrorCopyright © 1998–2017 1&1. All rights reserved.