public abstract class Node extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
name() |
Node |
parent() |
void |
sExpression(Output output) |
String |
toString() |
void |
write(Output output) |
Copyright © 2019. All rights reserved.