C# Class CSScheme.Procedure

Inheritance: SchemeUtils
Show file Open project: jackpal/Dandy-Dungeon Class Usage Examples

Public Properties

Property Type Description
name String

Public Methods

Method Description
ToString ( ) : String
apply ( Scheme interpreter, Object args ) : Object
proc ( Object x ) : Procedure

Method Details

ToString() public method

public ToString ( ) : String
return String

apply() public abstract method

public abstract apply ( Scheme interpreter, Object args ) : Object
interpreter Scheme
args Object
return Object

proc() public static method

public static proc ( Object x ) : Procedure
x Object
return Procedure

Property Details

name public property

public String name
return String