public class IndyBlockCompiler extends java.lang.Object implements BlockCompiler
| Constructor and Description |
|---|
IndyBlockCompiler(IRBytecodeAdapter compiler) |
| Modifier and Type | Method and Description |
|---|---|
void |
prepareBlock(IRClosure closure,
java.lang.String parentScopeField,
org.objectweb.asm.Handle handle,
java.lang.String file,
int line,
java.lang.String encodedArgumentDescriptors,
Signature signature)
Prepare a block for a subsequent call.
|
public IndyBlockCompiler(IRBytecodeAdapter compiler)
public void prepareBlock(IRClosure closure, java.lang.String parentScopeField, org.objectweb.asm.Handle handle, java.lang.String file, int line, java.lang.String encodedArgumentDescriptors, Signature signature)
BlockCompilerStack required: context, self, dynamicScope
prepareBlock in interface BlockCompilerCopyright © 2001-2022 JRuby. All Rights Reserved.