Interface BlockCompiler

All Known Implementing Classes:
IndyBlockCompiler, NormalBlockCompiler

public interface BlockCompiler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    prepareBlock(IRClosure closure, String parentScopeField, org.objectweb.asm.Handle handle, String file, int line, String encodedArgumentDescriptors, Signature signature)
    Prepare a block for a subsequent call.
  • Method Details

    • prepareBlock

      void prepareBlock(IRClosure closure, String parentScopeField, org.objectweb.asm.Handle handle, String file, int line, String encodedArgumentDescriptors, Signature signature)
      Prepare a block for a subsequent call.

      Stack required: context, self, dynamicScope