org.jruby.evaluator
Class AssignmentVisitor
java.lang.Object
org.jruby.evaluator.AssignmentVisitor
public class AssignmentVisitor
- extends java.lang.Object
- Author:
- jpetersen
Method Summary |
static IRubyObject |
assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
Node node,
IRubyObject value,
Block block,
boolean checkArity)
Deprecated. |
static IRubyObject |
multiAssign(Ruby runtime,
ThreadContext context,
IRubyObject self,
MultipleAsgnNode node,
RubyArray value,
boolean checkArity)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssignmentVisitor
public AssignmentVisitor()
assign
@Deprecated
public static IRubyObject assign(Ruby runtime,
ThreadContext context,
IRubyObject self,
Node node,
IRubyObject value,
Block block,
boolean checkArity)
- Deprecated.
multiAssign
public static IRubyObject multiAssign(Ruby runtime,
ThreadContext context,
IRubyObject self,
MultipleAsgnNode node,
RubyArray value,
boolean checkArity)
Copyright © 2002-2007 JRuby Team. All Rights Reserved.