Package org.jruby.ir.targets.simple
Class NormalBlockCompiler
java.lang.Object
org.jruby.ir.targets.simple.NormalBlockCompiler
- All Implemented Interfaces:
BlockCompiler
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
NormalBlockCompiler
-
-
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 interfaceBlockCompiler
-