
public abstract class BaseNode extends Object implements Node
Node.| Constructor and Description |
|---|
BaseNode() |
| Modifier and Type | Method and Description |
|---|---|
abstract String |
toCode()
The Java code representation of this
Node. |
String |
toString() |
Copyright © 2018. All rights reserved.