public class DoubleValue extends ASTNodeAccessImpl implements Expression
| Constructor and Description |
|---|
DoubleValue() |
DoubleValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ExpressionVisitor expressionVisitor) |
double |
getValue() |
void |
setValue(double d) |
String |
toString() |
DoubleValue |
withValue(double value) |
getASTNode, setASTNodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetASTNode, setASTNodepublic DoubleValue()
public DoubleValue(String value)
public void accept(ExpressionVisitor expressionVisitor)
accept in interface Expressionpublic double getValue()
public void setValue(double d)
public DoubleValue withValue(double value)
Copyright © 2004–2021 JSQLParser. All rights reserved.