- 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.