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