Class NormalBlockCompiler

java.lang.Object
org.jruby.ir.targets.simple.NormalBlockCompiler
All Implemented Interfaces:
BlockCompiler

public class NormalBlockCompiler extends Object implements BlockCompiler
  • Constructor Details

  • Method Details

    • prepareBlock

      public void prepareBlock(IRClosure closure, String parentScopeField, org.objectweb.asm.Handle handle, String file, int line, String encodedArgumentDescriptors, Signature signature)
      Description copied from interface: BlockCompiler
      Prepare a block for a subsequent call.

      Stack required: context, self, dynamicScope

      Specified by:
      prepareBlock in interface BlockCompiler