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