public class PreManyRest1Post0Assigner extends Assigner
| Modifier and Type | Field and Description |
|---|---|
private ListNode |
pre |
private int |
preLength |
private Node |
rest |
| Constructor and Description |
|---|
PreManyRest1Post0Assigner(ListNode pre,
int preLength,
Node rest) |
| 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, shiftedArraypublic 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)