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

Quick Search    Search Deep

Uses of Class
com.memoire.silk.SilkSchemeUtils

Uses of SilkSchemeUtils in com.memoire.silk
 

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