public static class TPath.Number extends TPath.ValueExpr
Modifier and Type | Field and Description |
---|---|
static Function<TPath.Number,Double> |
get_value
Deprecated.
Use new '::' method reference instead.
|
protected double |
value |
forced, forcing, get_forced, get_forcing
get_location, location
format
Constructor and Description |
---|
Number(double value) |
Modifier and Type | Method and Description |
---|---|
TPath.Number |
doclone() |
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
double |
get_value() |
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
TPath.Number |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_value(double val) |
get_forced, get_forcing, set_forced, set_forcing
get_location, set_location
protected double value
@Deprecated public static final Function<TPath.Number,Double> get_value
public TPath.Number doclone()
doclone
in class TPath.ValueExpr
public static String getFormatHint()
value
public Format format()
format
in interface Formattable
format
in class TPath.ValueExpr
public TPath.Number initFrom(Object o0)
initFrom
in class TPath.ValueExpr
public double get_value()
public boolean set_value(double val)
see also the complete user documentation .