public class Pre1ExpandedRest0Post0BlockAssigner extends Assigner
Constructor and Description |
---|
Pre1ExpandedRest0Post0BlockAssigner(Node parameter1,
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 value,
Block block) |
IRubyObject |
convertIfAlreadyArray(Ruby runtime,
IRubyObject value) |
IRubyObject |
convertToArray(Ruby runtime,
IRubyObject value) |
shiftedArray
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 value, Block block)
assignArray
in class Assigner
public IRubyObject convertToArray(Ruby runtime, IRubyObject value)
convertToArray
in class Assigner
public IRubyObject convertIfAlreadyArray(Ruby runtime, IRubyObject value)
convertIfAlreadyArray
in class Assigner
Copyright © 2001-2013 JRuby. All Rights Reserved.