Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.runtime |
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) |
Operand |
IRBuilder.buildForIter(ForNode forNode) |
Modifier and Type | Method and Description |
---|---|
static Signature |
Signature.from(ForNode iter) |
Copyright © 2001-2016 JRuby. All Rights Reserved.