public class DoubleLiteral extends AbstractValueExpression
| Modifier and Type | Method and Description |
|---|---|
void |
accept(ValueExpressionVisitor visitor)
Accept a visitor
|
double |
getValue()
Get the value of the
DoubleLiteral |
static DoubleLiteral |
of(double value)
Create a new
DoubleLiteral from a double. |
String |
toString() |
addChild, getChild, getChildren, getParent, getRoot, isChild, isFirstSibling, isRoot, isSibling, setParentpublic static DoubleLiteral of(double value)
DoubleLiteral from a double.value - contentDoubleLiteralpublic double getValue()
DoubleLiteralpublic void accept(ValueExpressionVisitor visitor)
ValueExpressionvisitor - visitor to acceptCopyright © 2018–2020. All rights reserved.