public abstract class NumberNode extends ASTNode
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
sign |
fStringValue| Modifier | Constructor and Description |
|---|---|
protected |
NumberNode(String value) |
| Modifier and Type | Method and Description |
|---|---|
double |
doubleValue() |
abstract boolean |
equals(Object obj) |
String |
getString()
Returns the parsed string of this node.
|
int |
hashCode() |
boolean |
isSign() |
void |
toggleSign() |
String |
toString() |
dependsOn, derivativeprotected NumberNode(String value)
Copyright © 2017 Java Wikipedia API (Bliki engine). All rights reserved.