| java.lang.Object jsint.Procedure jsint.Primitive
Primitive | public class Primitive extends Procedure (Code) | | Primitive procedures (as defined in the R4RS Scheme report.
NOTE: Primitive.java IS GENERATED FROM primitives.scm. EDIT AT YOUR OWN RISK.
|
Constructor Summary | |
public | Primitive(String name, int opcode, int minArgs, int maxArgs) |
primitives_loaded | static boolean primitives_loaded(Code) | | |
Primitive | public Primitive(String name, int opcode, int minArgs, int maxArgs)(Code) | | Constructor *
|
apply | public Object apply(Object[] args)(Code) | | Apply the primitive to a list of arguments. *
|
loadPrimitives | static void loadPrimitives()(Code) | | |
|
|