medea ~master (2022-05-18T18:40:27.0239446)
Dub
Repo
IntegerValue
medea
Undocumented in source.
final
class
IntegerValue :
NumberValue
{
this
(long n);
this
();
JSONValue
toJSONValue
();
long
number
[@property getter];
}
Constructors
this
this
(long n)
Undocumented in source.
this
this
()
Undocumented in source.
Members
Functions
toJSONValue
JSONValue
toJSONValue
()
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
number
long
number
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
medea
classes
ArrayValue
BoolValue
FloatValue
IntegerValue
NullValue
NumberValue
ObjectValue
StringValue
UIntegerValue
Value
functions
parse
toJSONString
toValue
wrap