public class PreManyRest0Post0BlockAssigner extends Assigner
| Modifier and Type | Field and Description |
|---|---|
private Node |
blockVar |
private ListNode |
pre |
private int |
preLength |
| Constructor and Description |
|---|
PreManyRest0Post0BlockAssigner(ListNode pre,
int preCount,
Node blockVar) |
| Modifier and Type | Method and Description |
|---|---|
void |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block block) |
void |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject[] values,
Block block) |
void |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value1,
Block block) |
void |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value1,
IRubyObject value2,
Block block) |
void |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value1,
IRubyObject value2,
IRubyObject value3,
Block block) |
void |
assignArray(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block) |
private void |
assignNilTo(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block block,
int start) |
convertIfAlreadyArray, convertToArray, shiftedArrayprivate final int preLength
private final ListNode pre
private final Node blockVar
public void assign(Ruby runtime, ThreadContext context, IRubyObject self, Block block)
public void assign(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject value1, Block block)
public void assign(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject value1, IRubyObject value2, Block block)
public void assign(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject value1, IRubyObject value2, IRubyObject value3, Block block)
public void assign(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject[] values, Block block)
public void assignArray(Ruby runtime, ThreadContext context, IRubyObject self, IRubyObject arg, Block block)
assignArray in class Assignerprivate void assignNilTo(Ruby runtime, ThreadContext context, IRubyObject self, Block block, int start)