public interface NumberLiteral extends PrimaryExpr
| Modifier and Type | Interface and Description |
|---|---|
static class |
NumberLiteral.Impl |
static interface |
NumberLiteral.Visitor<P,R> |
| Modifier and Type | Method and Description |
|---|---|
<P,R> R |
accept(NumberLiteral.Visitor<P,R> visitor,
P par) |
double |
getValue() |
static NumberLiteral |
of(double value) |
void |
setValue(double value) |
acceptstatic NumberLiteral of(double value)
double getValue()
void setValue(double value)
<P,R> R accept(NumberLiteral.Visitor<P,R> visitor, P par)