Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.evaluator |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
NodeVisitor.visitMultipleAsgnNode(MultipleAsgn19Node iVisited) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
AssignmentVisitor.multiAssign(Ruby runtime,
ThreadContext context,
IRubyObject self,
MultipleAsgn19Node node,
RubyArray value) |
static IRubyObject |
AssignmentVisitor.multiAssign(Ruby runtime,
ThreadContext context,
IRubyObject self,
MultipleAsgn19Node node,
RubyArray value,
boolean checkArity) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.