public abstract class Node extends Object
| Constructor and Description |
|---|
Node() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
accept(NodeVisitor nodeVisitor) |
Long |
getId() |
void |
setId(Long id) |
String |
toString() |
Copyright © 2016–2019 Emory University. All rights reserved.