org.jruby.runtime.assigner
Class PreManyRest1Post0Assigner
java.lang.Object
org.jruby.runtime.assigner.Assigner
org.jruby.runtime.assigner.PreManyRest1Post0Assigner
public class PreManyRest1Post0Assigner
- extends Assigner
This will only be true for blocks which have a pre > 3 in length with a rest argument.
Method Summary |
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PreManyRest1Post0Assigner
public PreManyRest1Post0Assigner(ListNode pre,
int preLength,
Node rest)
assign
public void assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
Block block)
- Specified by:
assign
in class Assigner
assign
public void assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value1,
Block block)
- Specified by:
assign
in class Assigner
assign
public void assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value1,
IRubyObject value2,
Block block)
- Specified by:
assign
in class Assigner
assign
public void assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject value1,
IRubyObject value2,
IRubyObject value3,
Block block)
- Specified by:
assign
in class Assigner
assign
public void assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject[] values,
Block block)
- Specified by:
assign
in class Assigner
assignArray
public void assignArray(Ruby runtime,
ThreadContext context,
IRubyObject self,
IRubyObject arg,
Block block)
- Specified by:
assignArray
in class Assigner
Copyright © 2002-2009 JRuby Team. All Rights Reserved.