Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.compiler.ir | |
org.jruby.evaluator |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
NodeVisitor.visitMultipleAsgnNode(MultipleAsgnNode iVisited) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildMultipleAsgn(MultipleAsgnNode multipleAsgnNode,
IRScope s) |
void |
IRBuilder.buildMultipleAsgnAssignment(MultipleAsgnNode multipleAsgnNode,
IRScope s,
Operand values) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
AssignmentVisitor.multiAssign(Ruby runtime,
ThreadContext context,
IRubyObject self,
MultipleAsgnNode node,
RubyArray value,
boolean checkArity) |
static IRubyObject |
ASTInterpreter.multipleAsgnArrayNode(Ruby runtime,
ThreadContext context,
MultipleAsgnNode iVisited,
ArrayNode node,
IRubyObject self,
Block aBlock) |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.