C# Class CSScheme.Macro

Inheritance: Closure
Afficher le fichier Open project: jackpal/Dandy-Dungeon

Méthodes publiques

Méthode Description
Macro ( Object parms, Object body, Environment env ) : System
expand ( Scheme interpreter, Pair oldPair, Object args ) : Pair
macroExpand ( Scheme interpreter, Object x ) : Object

Method Details

Macro() public méthode

public Macro ( Object parms, Object body, Environment env ) : System
parms Object
body Object
env Environment
Résultat System

expand() public méthode

public expand ( Scheme interpreter, Pair oldPair, Object args ) : Pair
interpreter Scheme
oldPair Pair
args Object
Résultat Pair

macroExpand() public static méthode

public static macroExpand ( Scheme interpreter, Object x ) : Object
interpreter Scheme
x Object
Résultat Object