gnu.kawa.functions

Class MakeList

public class MakeList extends ProcedureN implements Inlineable

Implement the Scheme standard function "list".
Field Summary
static MakeListlist
Method Summary
ObjectapplyN(Object[] args)
voidcompile(ApplyExp exp, Compilation comp, Target target)
static voidcompile(Expression[] args, int offset, Compilation comp)
TypegetReturnType(Expression[] args)
static Objectlist$V(Object[] args)

Field Detail

list

public static final MakeList list

Method Detail

applyN

public Object applyN(Object[] args)

compile

public void compile(ApplyExp exp, Compilation comp, Target target)

compile

public static void compile(Expression[] args, int offset, Compilation comp)

getReturnType

public Type getReturnType(Expression[] args)

list$V

public static Object list$V(Object[] args)