public class BooleanValue extends AbstractNode<BooleanValue> implements Value<BooleanValue>
| Constructor and Description |
|---|
BooleanValue(boolean value) |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
deepCopy() |
java.util.List<Node> |
getChildren() |
boolean |
isEqualTo(Node o)
Compares just the content and not the children.
|
boolean |
isValue() |
void |
setValue(boolean value) |
java.lang.String |
toString() |
deepCopy, deepCopy, getComments, getSourceLocation, setComments, setSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetComments, getSourceLocationpublic boolean isValue()
public void setValue(boolean value)
public java.util.List<Node> getChildren()
getChildren in interface Node<BooleanValue>public boolean isEqualTo(Node o)
NodeisEqualTo in interface Node<BooleanValue>o - the other node to compare topublic BooleanValue deepCopy()
deepCopy in interface Node<BooleanValue>deepCopy in interface Value<BooleanValue>public java.lang.String toString()
toString in class java.lang.Object