Package org.jruby.ir.targets
Interface YieldCompiler
- All Known Implementing Classes:
IndyYieldCompiler,NormalYieldCompiler
public interface YieldCompiler
-
Method Summary
Modifier and TypeMethodDescriptionvoidyield(boolean unwrap) Yield argument list to a block.voidYield to a block.voidyieldValues(int arity) Yield a number of flat arguments to a block.
-
Method Details
-
yield
void yield(boolean unwrap) Yield argument list to a block.Stack required: context, block, argument
-
yieldSpecific
void yieldSpecific()Yield to a block.Stack required: context, block
-
yieldValues
void yieldValues(int arity) Yield a number of flat arguments to a block.Stack required: context, block
-