Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.evaluator | |
org.jruby.ir |
Modifier and Type | Method and Description |
---|---|
Object |
NodeVisitor.visitMultipleAsgnNode(MultipleAsgn19Node iVisited) |
Object |
AbstractNodeVisitor.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) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder19.buildMultipleAsgn19(MultipleAsgn19Node multipleAsgnNode,
IRScope s) |
void |
IRBuilder19.buildMultipleAsgn19Assignment(MultipleAsgn19Node multipleAsgnNode,
IRScope s,
Operand argsArray,
Operand values) |
Copyright © 2001-2016 JRuby. All Rights Reserved.