Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.truffle.translator |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitMultipleAsgnNode(MultipleAsgnNode iVisited) |
T |
AbstractNodeVisitor.visitMultipleAsgnNode(MultipleAsgnNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildMultipleAsgn(MultipleAsgnNode multipleAsgnNode,
IRScope s) |
void |
IRBuilder.buildMultipleAsgnAssignment(MultipleAsgnNode multipleAsgnNode,
IRScope s,
Operand argsArray,
Operand values) |
Modifier and Type | Method and Description |
---|---|
RubyNode |
BodyTranslator.visitMultipleAsgnNode(MultipleAsgnNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.