Package gnu.expr
Class CompiledModule
java.lang.Object
gnu.expr.CompiledModule
Representation of an interactive module after parsing and compiling.
Also useful for loading a compiled class file.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
evalModule
(Environment env, gnu.kawa.io.OutPort out) void
evalModule
(Environment env, CallContext ctx) Evaluate this compile, sending output toctx.consumer
.evalToResultValue
(Environment env, CallContext ctx) Evaluate this compile, yielding a result value.static CompiledModule