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