Package net.sf.jsqlparser.expression
Class DoubleValue
java.lang.Object
net.sf.jsqlparser.parser.ASTNodeAccessImpl
net.sf.jsqlparser.expression.DoubleValue
- All Implemented Interfaces:
Serializable
,Expression
,Model
,ASTNodeAccess
Every number with a point or a exponential format is a DoubleValue
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class net.sf.jsqlparser.parser.ASTNodeAccessImpl
appendTo, getASTNode, setASTNode
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sf.jsqlparser.parser.ASTNodeAccess
getASTNode, setASTNode
-
Field Details
-
value
private double value -
stringValue
-
-
Constructor Details
-
DoubleValue
public DoubleValue() -
DoubleValue
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceExpression
-
getValue
public double getValue() -
setValue
public void setValue(double d) -
toString
-
withValue
-