public class FloatValue extends AbstractNode implements Value
| Constructor and Description |
|---|
FloatValue(java.math.BigDecimal value) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Node> |
getChildren() |
java.math.BigDecimal |
getValue() |
boolean |
isEqualTo(Node o)
Compares just the content and not the children.
|
void |
setValue(java.math.BigDecimal value) |
java.lang.String |
toString() |
getSourceLocation, setSourceLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetSourceLocationpublic java.math.BigDecimal getValue()
public void setValue(java.math.BigDecimal value)
public java.util.List<Node> getChildren()
getChildren in interface Nodepublic java.lang.String toString()
toString in class java.lang.Object