C# Class bigloo.generic

Inheritance: procedure
显示文件 Open project: mbrock/bigloo-llvm

Public Properties

Property Type Description
proc procedure

Public Methods

Method Description
apply ( Object args ) : Object
funcall0 ( ) : Object
funcall1 ( Object a1 ) : Object
funcall2 ( Object a1, Object a2 ) : Object
funcall3 ( Object a1, Object a2, Object a3 ) : Object
funcall4 ( Object a1, Object a2, Object a3, Object a4 ) : Object
generic ( ) : System
generic ( int index, int arity, int size, procedure proc ) : System

Method Details

apply() public method

public apply ( Object args ) : Object
args Object
return Object

funcall0() public method

public funcall0 ( ) : Object
return Object

funcall1() public method

public funcall1 ( Object a1 ) : Object
a1 Object
return Object

funcall2() public method

public funcall2 ( Object a1, Object a2 ) : Object
a1 Object
a2 Object
return Object

funcall3() public method

public funcall3 ( Object a1, Object a2, Object a3 ) : Object
a1 Object
a2 Object
a3 Object
return Object

funcall4() public method

public funcall4 ( Object a1, Object a2, Object a3, Object a4 ) : Object
a1 Object
a2 Object
a3 Object
a4 Object
return Object

generic() public method

public generic ( ) : System
return System

generic() public method

public generic ( int index, int arity, int size, procedure proc ) : System
index int
arity int
size int
proc procedure
return System

Property Details

proc public_oe property

public procedure,bigloo proc
return procedure