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