Package org.jruby.ir.targets.indy
Class IndyBlockCompiler
java.lang.Object
org.jruby.ir.targets.indy.IndyBlockCompiler
- All Implemented Interfaces:
BlockCompiler
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
compiler
-
-
Constructor Details
-
IndyBlockCompiler
-
-
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:BlockCompilerPrepare a block for a subsequent call.Stack required: context, self, dynamicScope
- Specified by:
prepareBlockin interfaceBlockCompiler
-