SEdit.Scheme
Class SchemeModule
java.lang.Object
SEdit.Scheme.SchemeModule
- public class SchemeModule
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
madkitDirectory
public String madkitDirectory
environment
protected Environment environment
interpreter
public static Scheme interpreter
envcount
public static int envcount
SchemeModule
public SchemeModule(Structure str)
setAsCurrentEnv
public void setAsCurrentEnv()
readExpr
public Object readExpr(InPort in)
throws IOException,
gnu.text.SyntaxException
- Throws:
IOException
gnu.text.SyntaxException
eval
public Object eval(Object sexpr)
evalString
public void evalString(String s)
runOutString
public static void runOutString(String str,
Scheme interp,
Environment env,
OutPort out)
getEnvironment
public Environment getEnvironment()
init
public void init()
Copyright © J. Ferber, O. Gutknecht All Rights Reserved.