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

Quick Search    Search Deep

Uses of Class
com.memoire.silk.SilkInputPort

Uses of SilkInputPort in com.memoire.silk
 

Fields in com.memoire.silk declared as SilkInputPort
 SilkInputPort SilkScheme.input
           
 

Methods in com.memoire.silk that return SilkInputPort
static SilkInputPort SilkSchemeUtils.inPort(java.lang.Object x, SilkScheme interp)
          Coerces a SilkScheme object to a SilkScheme input port, which is an SilkInputPort.
(package private) static SilkInputPort SilkPrimitive.openInputFile(java.lang.Object filename)
           
 

Methods in com.memoire.silk with parameters of type SilkInputPort
 java.lang.Object SilkScheme.load(SilkInputPort in)
          Eval all the expressions coming from an SilkInputPort.