chickenclisp v0.1.2 (2016-11-17T04:47:28Z)
Dub
Repo
ClassType
orelang
expression
ClassType
Undocumented in source.
class
ClassType {
string
className
;
Engine
_engine
;
this
(string className, Engine _engine);
Value
call
(Engine engine, Value[] args);
}
Constructors
this
this
(string className, Engine _engine)
Undocumented in source.
Members
Functions
call
Value
call
(Engine engine, Value[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
_engine
Engine
_engine
;
Undocumented in source.
className
string
className
;
Undocumented in source.
Meta
Source
See Implementation
orelang
expression
ClassType
modules
CallOperator
ClassType
IExpression
ImmediateValue
SymbolValue