Value

Undocumented in source.

Constructors

this
this()
Undocumented in source.
this
this(ValueType type)
Undocumented in source.
this
this(T value)
Undocumented in source.
this
this(string value)
Undocumented in source.
this
this(bool value)
Undocumented in source.
this
this(ubyte value)
Undocumented in source.
this
this(Value[] value)
Undocumented in source.
this
this(ImmediateValue value)
Undocumented in source.
this
this(SymbolValue value)
Undocumented in source.
this
this(IExpression value)
Undocumented in source.
this
this(ClassType value)
Undocumented in source.
this
this(IOperator value)
Undocumented in source.
this
this(Closure value)
Undocumented in source.
this
this(Value[string] value)
Undocumented in source.

Members

Functions

addTo
void addTo(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
divTo
void divTo(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
dup
Value dup()
Undocumented in source. Be warned that the author may not have intended to support it.
getArray
Value[] getArray()
Undocumented in source. Be warned that the author may not have intended to support it.
getBool
bool getBool()
Undocumented in source. Be warned that the author may not have intended to support it.
getClassType
ClassType getClassType()
Undocumented in source. Be warned that the author may not have intended to support it.
getClosure
Closure getClosure()
Undocumented in source. Be warned that the author may not have intended to support it.
getHashMap
Value[string] getHashMap()
Undocumented in source. Be warned that the author may not have intended to support it.
getIExpression
IExpression getIExpression()
Undocumented in source. Be warned that the author may not have intended to support it.
getIOperator
IOperator getIOperator()
Undocumented in source. Be warned that the author may not have intended to support it.
getImmediateValue
ImmediateValue getImmediateValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getNull
auto getNull()
Undocumented in source. Be warned that the author may not have intended to support it.
getNumeric
double getNumeric()
Undocumented in source. Be warned that the author may not have intended to support it.
getString
string getString()
Undocumented in source. Be warned that the author may not have intended to support it.
getSymbolValue
SymbolValue getSymbolValue()
Undocumented in source. Be warned that the author may not have intended to support it.
getUbyte
ubyte getUbyte()
Undocumented in source. Be warned that the author may not have intended to support it.
init
void init()
Undocumented in source. Be warned that the author may not have intended to support it.
modTo
void modTo(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
mulTo
void mulTo(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(bool value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(T[] value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(IExpression value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(ClassType value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(IOperator value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Closure value)
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
void opAssign(Value[string] value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Value opBinary(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Value opBinary(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Value opBinary(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Value opBinary(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
opBinary
Value opBinary(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
opCmp
int opCmp(Object _value)
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(Object _value)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Value opIndex()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Value opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
Value opIndex(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
subTo
void subTo(Value value)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

type
ValueType type;
Undocumented in source.

Meta