C# Class bigloo.callcc

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

Public Methods

Method Description
apply ( Object args ) : Object
callcc ( ) : System
funcall1 ( Object a1 ) : Object

Method Details

apply() public method

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

callcc() public method

public callcc ( ) : System
return System

funcall1() public method

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