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() |
protected NumberNode(String value)
Copyright © 2016. All rights reserved.