org.jruby.evaluator
Class AssignmentVisitor

java.lang.Object
  extended by org.jruby.evaluator.AssignmentVisitor

public class AssignmentVisitor
extends java.lang.Object

Author:
jpetersen

Constructor Summary
AssignmentVisitor()
           
 
Method Summary
static IRubyObject assign(Ruby runtime, ThreadContext context, IRubyObject self, Node node, IRubyObject value, Block block, boolean check)
           
static IRubyObject multiAssign(Ruby runtime, ThreadContext context, IRubyObject self, MultipleAsgnNode node, RubyArray value, boolean callAsProc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssignmentVisitor

public AssignmentVisitor()
Method Detail

assign

public static IRubyObject assign(Ruby runtime,
                                 ThreadContext context,
                                 IRubyObject self,
                                 Node node,
                                 IRubyObject value,
                                 Block block,
                                 boolean check)

multiAssign

public static IRubyObject multiAssign(Ruby runtime,
                                      ThreadContext context,
                                      IRubyObject self,
                                      MultipleAsgnNode node,
                                      RubyArray value,
                                      boolean callAsProc)


Copyright © 2002-2007 JRuby Team. All Rights Reserved.