JavaScript is disabled on your browser.
Skip navigation links
gnu.expr

Class CompiledModule



  • public class CompiledModule
    extends java.lang.Object
    Representation of an interactive module after parsing and compiling. Also useful for loading a compiled class file.
    • Constructor Detail

      • CompiledModule

        public CompiledModule(ModuleExp mexp,
         java.lang.Object cookie,
         Language language)
    • Method Detail

      • evalModule

        public void evalModule(Environment env,
         CallContext ctx)
         throws java.lang.Throwable
        Evaluate this compile, sending output to ctx.consumer.
        Throws:
        java.lang.Throwable
      • evalModule

        public void evalModule(Environment env,
         gnu.kawa.io.OutPort out)
         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • evalToResultValue

        public java.lang.Object evalToResultValue(Environment env,
         CallContext ctx)
         throws java.lang.Throwable
        Evaluate this compile, yielding a result value.
        Throws:
        java.lang.Throwable
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /