chickenclisp v0.1.2 (2016-11-17T04:47:28Z)
Dub
Repo
ImmediateValue
orelang
expression
ImmediateValue
Undocumented in source.
class
ImmediateValue :
IExpression
{
Value
value
;
this
(Value value);
Value
eval
(Engine engine);
string
toString
();
}
Constructors
this
this
(Value value)
Undocumented in source.
Members
Functions
eval
Value
eval
(Engine engine)
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
value
Value
value
;
Undocumented in source.
Inherited Members
From IExpression
eval
Value
eval
(Engine engine)
Undocumented in source.
Meta
Source
See Implementation
orelang
expression
ImmediateValue
modules
CallOperator
ClassType
IExpression
ImmediateValue
SymbolValue