Package | Description |
---|---|
org.jruby.ast.visitor | |
org.jruby.ir | |
org.jruby.parser | |
org.jruby.truffle.translator |
Modifier and Type | Method and Description |
---|---|
T |
NodeVisitor.visitBlockNode(BlockNode iVisited) |
T |
AbstractNodeVisitor.visitBlockNode(BlockNode node) |
Modifier and Type | Method and Description |
---|---|
Operand |
IRBuilder.buildBlock(BlockNode node,
IRScope s) |
Modifier and Type | Method and Description |
---|---|
void |
ParserSupport.checkUselessStatements(BlockNode blockNode)
Check all nodes but the last one in a BlockNode for useless (void context) statements.
|
Modifier and Type | Method and Description |
---|---|
Object |
ParameterCollector.visitBlockNode(BlockNode node) |
RubyNode |
BodyTranslator.visitBlockNode(BlockNode node) |
Copyright © 2001-2015 JRuby. All Rights Reserved.