Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.runtime | |
org.jruby.truffle.translator |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitForNode(ForNode iVisited) |
T |
AbstractNodeVisitor.visitForNode(ForNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildFor(ForNode forNode,
IRScope s) |
Operand |
IRBuilder.buildForIter(ForNode forNode,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
static Signature |
Signature.from(ForNode iter) |
Modifier and Type | Method and Description |
---|---|
RubyNode |
BodyTranslator.visitForNode(ForNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.