Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package com.memoire.silk

Class Summary
SilkClosure A closure is a user-defined procedure.
SilkContinuation  
SilkEnvironment SilkEnvironments allow you to look up the value of a variable, given its name.
SilkInputPort SilkInputPort is to SilkScheme as InputStream is to Java.
SilkJavaMethod  
SilkMacro  
SilkPair A SilkPair has two fields, first and rest (or car and cdr).
SilkPrimitive A primitive is a procedure that is defined as part of the SilkScheme report, and is implemented in Java code.
SilkProcedure  
SilkScheme This class represents a SilkScheme interpreter.
SilkSchemePrimitives Holds a string representation of some SilkScheme code in CODE.
SilkSchemeUtils