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