public class LongLiteral extends AbstractLiteral
| Modifier and Type | Method and Description |
|---|---|
void |
accept(LiteralVisitor visitor)
Accept a
LiteralVisitor. |
long |
getValue()
Get the value of the
LongLiteral |
static LongLiteral |
of(long value)
Create a new
LongLiteral from a long. |
String |
toString() |
acceptpublic static LongLiteral of(long value)
LongLiteral from a long.value - contentLongLiteralpublic long getValue()
LongLiteralpublic void accept(LiteralVisitor visitor)
LiteralLiteralVisitor.visitor - visitor to acceptCopyright © 2018–2021. All rights reserved.