Package | Description |
---|---|
org.jruby.ast | |
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.runtime |
Modifier and Type | Class and Description |
---|---|
class |
ForNode
A 'for' statement.
|
class |
LambdaNode
Stubby lambda node (1.9 only)
|
class |
PostExeNode
Captures END statements (END {...})
|
class |
PreExe19Node
A pre-execution construction (BEGIN { ...
|
class |
PreExeNode
A pre-execution construction (BEGIN { ...
|
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitIterNode(IterNode iVisited) |
T |
AbstractNodeVisitor.visitIterNode(IterNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildIter(IterNode iterNode) |
void |
IRBuilder.receiveBlockArgs(IterNode node) |
Modifier and Type | Method and Description |
---|---|
static Signature |
Signature.from(IterNode iter) |
static NodeType |
BlockBody.getArgumentTypeWackyHack(IterNode iterNode)
This is only for 'for' iters since 1.9+ blocks are only ever ArgsNode instances for their vars.
|
Copyright © 2001-2015 JRuby. All Rights Reserved.