Modifier and Type | Method and Description |
---|---|
NullValue |
deepCopy() |
java.util.List<Node> |
getChildren() |
boolean |
isEqualTo(Node o)
Compares just the content and not the children.
|
java.lang.String |
toString() |
deepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getComments, getSourceLocation
public static final NullValue Null
public java.util.List<Node> getChildren()
getChildren
in interface Node<NullValue>
public boolean isEqualTo(Node o)
Node
public NullValue deepCopy()
public java.lang.String toString()
toString
in class java.lang.Object