Package org.jruby.ir.targets
Interface YieldCompiler
- All Known Implementing Classes:
IndyYieldCompiler
,NormalYieldCompiler
public interface YieldCompiler
-
Method Summary
Modifier and TypeMethodDescriptionvoid
yield
(boolean unwrap) Yield argument list to a block.void
Yield to a block.void
yieldValues
(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
-