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